@mjhls/mjh-framework 1.0.839-article-time-v3 → 1.0.840-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 (249) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +9 -10
  3. package/dist/cjs/AD300x250.js +9 -10
  4. package/dist/cjs/AD300x250x600.js +9 -10
  5. package/dist/cjs/AD728x90.js +10 -11
  6. package/dist/cjs/ADFloatingFooter.js +11 -12
  7. package/dist/cjs/ADFooter.js +8 -9
  8. package/dist/cjs/ADGutter.js +11 -12
  9. package/dist/cjs/{ADInfeed-0158bee3.js → ADInfeed-8d621d3c.js} +9 -11
  10. package/dist/cjs/ADSkyscraper.js +11 -12
  11. package/dist/cjs/ADSponsoredResources.js +11 -12
  12. package/dist/cjs/ADWebcast.js +11 -12
  13. package/dist/cjs/ADWelcome.js +15 -16
  14. package/dist/cjs/{ADlgInfeed-3583144f.js → ADlgInfeed-0e26bccb.js} +6 -7
  15. package/dist/cjs/AccordionPanel.js +22 -24
  16. package/dist/cjs/AdSlot.js +13 -14
  17. package/dist/cjs/AdSlotsProvider.js +907 -12
  18. package/dist/cjs/AlgoliaSearch.js +841 -951
  19. package/dist/cjs/AlphabeticList.js +15 -16
  20. package/dist/cjs/ArticleCarousel.js +10 -11
  21. package/dist/cjs/ArticleProgramLandingPage.js +27 -28
  22. package/dist/cjs/ArticleSeriesLandingPage.js +22 -23
  23. package/dist/cjs/ArticleSeriesListing.js +39 -40
  24. package/dist/cjs/Auth.js +144 -232
  25. package/dist/cjs/AuthWrapper.js +38 -119
  26. package/dist/cjs/{AuthorComponent-ac8972ce.js → AuthorComponent-bb831b74.js} +12 -13
  27. package/dist/cjs/{BlockContent-8b494587.js → BlockContent-091a991f.js} +24 -25
  28. package/dist/cjs/Breadcrumbs.js +21 -23
  29. package/dist/cjs/CMEDeck.js +64 -64
  30. package/dist/cjs/Column1.js +11 -14
  31. package/dist/cjs/Column2.js +19 -22
  32. package/dist/cjs/Column3.js +32 -35
  33. package/dist/cjs/ConferenceArticleCard.js +17 -18
  34. package/dist/cjs/ConferenceBanner-4a16fddc.js +23 -0
  35. package/dist/cjs/DeckContent.js +72 -76
  36. package/dist/cjs/DeckQueue.js +68 -72
  37. package/dist/cjs/{Dfp-391fd124.js → Dfp-26baccf1.js} +22 -23
  38. package/dist/cjs/EventsDeck.js +116 -123
  39. package/dist/cjs/ExternalResources.js +46 -47
  40. package/dist/cjs/Feature.js +23 -25
  41. package/dist/cjs/ForbesHero.js +34 -35
  42. package/dist/cjs/GridContent.js +203 -208
  43. package/dist/cjs/GridHero.js +35 -36
  44. package/dist/cjs/GroupDeck.js +48 -49
  45. package/dist/cjs/HamMagazine.js +116 -121
  46. package/dist/cjs/Header.js +12 -14
  47. package/dist/cjs/Hero.js +9 -10
  48. package/dist/cjs/HighlightenVideo.js +16 -17
  49. package/dist/cjs/HorizontalArticleListing.js +36 -37
  50. package/dist/cjs/HorizontalHero.js +23 -24
  51. package/dist/cjs/IssueContentDeck.js +65 -70
  52. package/dist/cjs/IssueDeck.js +60 -65
  53. package/dist/cjs/IssueLanding.js +28 -29
  54. package/dist/cjs/LeftNav.js +20 -22
  55. package/dist/cjs/MasterDeck.js +49 -50
  56. package/dist/cjs/MediaSeriesLanding.js +786 -733
  57. package/dist/cjs/NavDvm.js +63 -68
  58. package/dist/cjs/{NavFooter-3dcd99a8.js → NavFooter-76c913e3.js} +14 -15
  59. package/dist/cjs/NavMagazine.js +116 -121
  60. package/dist/cjs/NavNative.js +108 -116
  61. package/dist/cjs/OncliveHero.js +17 -17
  62. package/dist/cjs/OncliveLargeHero.js +63 -64
  63. package/dist/cjs/PageFilter.js +8 -9
  64. package/dist/cjs/PartnerDetailListing.js +3904 -77
  65. package/dist/cjs/PdfDownload.js +8 -9
  66. package/dist/cjs/PopUpModal.js +13 -15
  67. package/dist/cjs/PubSection.js +19 -20
  68. package/dist/cjs/PubToc.js +7 -8
  69. package/dist/cjs/PublicationDeck.js +59 -64
  70. package/dist/cjs/PublicationLanding.js +83 -87
  71. package/dist/cjs/QueueDeckExpanded.js +285 -285
  72. package/dist/cjs/RecentNews.js +19 -20
  73. package/dist/cjs/RelatedContent.js +22 -23
  74. package/dist/cjs/RelatedTopicsDropdown.js +19 -22
  75. package/dist/cjs/RolesDeck.js +27 -32
  76. package/dist/cjs/Search.js +12 -16
  77. package/dist/cjs/SeriesListingDeck.js +26 -26
  78. package/dist/cjs/{SeriesSlider-0d3bf265.js → SeriesSlider-8bbc989f.js} +33 -34
  79. package/dist/cjs/SideFooter.js +23 -24
  80. package/dist/cjs/SocialIcons.js +9 -10
  81. package/dist/cjs/{SocialSearchComponent-19548e2a.js → SocialSearchComponent-cea213aa.js} +34 -38
  82. package/dist/cjs/SocialShare.js +29 -31
  83. package/dist/cjs/TaxonomyCard.js +54 -59
  84. package/dist/cjs/TaxonomyDescription.js +21 -22
  85. package/dist/cjs/TemplateNormal.js +34 -35
  86. package/dist/cjs/ThumbnailCard.js +17 -19
  87. package/dist/cjs/Ustream.js +21 -22
  88. package/dist/cjs/VerticalHero.js +15 -16
  89. package/dist/cjs/VideoProgramLandingPage.js +43 -47
  90. package/dist/cjs/VideoSeriesCard.js +22 -23
  91. package/dist/cjs/VideoSeriesFilter.js +9 -9
  92. package/dist/cjs/VideoSeriesLandingPage.js +27 -28
  93. package/dist/cjs/VideoSeriesListing.js +56 -57
  94. package/dist/cjs/View.js +198 -208
  95. package/dist/cjs/YahooHero.js +30 -31
  96. package/dist/cjs/YoutubeGroup.js +50 -51
  97. package/dist/cjs/{brightcove-react-player-loader.es-5c98aec7.js → brightcove-react-player-loader.es-156bd4d6.js} +8 -10
  98. package/dist/cjs/faundadb.js +16 -16
  99. package/dist/cjs/getRelatedArticle.js +131 -67
  100. package/dist/cjs/getRootDocGroup.js +3 -3
  101. package/dist/cjs/getSerializers.js +11 -11
  102. package/dist/cjs/{getTargeting-15ad167c.js → getTargeting-021d644c.js} +2 -2
  103. package/dist/cjs/getTargeting.js +1 -1
  104. package/dist/cjs/iconBase-68959171.js +3 -0
  105. package/dist/cjs/{index-0555a837.js → index-1d6b1687.js} +853 -876
  106. package/dist/cjs/{index-6367b7bf.js → index-3294d3bc.js} +17 -16
  107. package/dist/cjs/{index-9d365128.js → index-96b3db50.js} +10 -12
  108. package/dist/cjs/{index-2cf30c83.js → index-98e01cb9.js} +8 -9
  109. package/dist/cjs/{index-b5eb3ff8.js → index-be0c82be.js} +19 -20
  110. package/dist/cjs/{index.es-f3e47207.js → index.es-9110add6.js} +12 -31
  111. package/dist/cjs/{index.esm-3ffa049c.js → index.esm-4d410430.js} +20 -20
  112. package/dist/cjs/{index.esm-974f47d9.js → index.esm-90433435.js} +15 -6
  113. package/dist/cjs/{index.esm-44f3e2d0.js → index.esm-e32d3e8e.js} +6 -3
  114. package/dist/cjs/{index.esm-05850a2f.js → index.esm-ff47db6f.js} +12 -5
  115. package/dist/cjs/index.js +58 -62
  116. package/dist/cjs/{inherits-0c7830c5.js → inherits-1f5a1c72.js} +3 -3
  117. package/dist/cjs/inherits-8d29278d.js +110 -0
  118. package/dist/cjs/{lodash-7fd85bcf.js → lodash-fc2922d0.js} +22 -71
  119. package/dist/cjs/{main-7b5e57b0.js → main-02daeefe.js} +54 -90
  120. package/dist/cjs/{md5-e1ca5797.js → md5-5039b1a6.js} +1 -1
  121. package/dist/cjs/{moment-ca3bd9fb.js → moment-575fe24c.js} +8 -10
  122. package/dist/cjs/{react-social-icons-07939b41.js → react-social-icons-f7f48f71.js} +11 -12
  123. package/dist/cjs/timeDifferenceCalc.js +1 -1
  124. package/dist/cjs/{typeof-9d7f610f.js → typeof-725500bc.js} +1 -1
  125. package/dist/cjs/urlFor.js +3 -3
  126. package/dist/cjs/{visibility-sensor-eb2c5b69.js → visibility-sensor-ad5e3116.js} +5 -7
  127. package/dist/esm/AD.js +7 -7
  128. package/dist/esm/AD300x250.js +7 -7
  129. package/dist/esm/AD300x250x600.js +7 -7
  130. package/dist/esm/AD728x90.js +8 -8
  131. package/dist/esm/ADFloatingFooter.js +9 -9
  132. package/dist/esm/ADFooter.js +6 -6
  133. package/dist/esm/ADGutter.js +9 -9
  134. package/dist/esm/{ADInfeed-427022e9.js → ADInfeed-b566ce41.js} +7 -7
  135. package/dist/esm/ADSkyscraper.js +9 -9
  136. package/dist/esm/ADSponsoredResources.js +9 -9
  137. package/dist/esm/ADWebcast.js +9 -9
  138. package/dist/esm/ADWelcome.js +13 -13
  139. package/dist/esm/{ADlgInfeed-28d3f944.js → ADlgInfeed-5eb7281d.js} +4 -4
  140. package/dist/esm/AccordionPanel.js +17 -17
  141. package/dist/esm/AdSlot.js +5 -5
  142. package/dist/esm/AdSlotsProvider.js +907 -11
  143. package/dist/esm/AlgoliaSearch.js +237 -346
  144. package/dist/esm/AlphabeticList.js +13 -13
  145. package/dist/esm/ArticleCarousel.js +8 -8
  146. package/dist/esm/ArticleProgramLandingPage.js +20 -20
  147. package/dist/esm/ArticleSeriesLandingPage.js +17 -17
  148. package/dist/esm/ArticleSeriesListing.js +36 -36
  149. package/dist/esm/Auth.js +126 -210
  150. package/dist/esm/AuthWrapper.js +36 -116
  151. package/dist/esm/{AuthorComponent-8ffd4679.js → AuthorComponent-34b16174.js} +10 -10
  152. package/dist/esm/{BlockContent-d05b5b23.js → BlockContent-e9b4ddcf.js} +4 -4
  153. package/dist/esm/Breadcrumbs.js +11 -11
  154. package/dist/esm/CMEDeck.js +61 -61
  155. package/dist/esm/Column1.js +9 -9
  156. package/dist/esm/Column2.js +17 -17
  157. package/dist/esm/Column3.js +30 -30
  158. package/dist/esm/ConferenceArticleCard.js +15 -15
  159. package/dist/esm/{ConferenceBanner-9162d0ca.js → ConferenceBanner-8792ebd2.js} +4 -4
  160. package/dist/esm/DeckContent.js +68 -68
  161. package/dist/esm/DeckQueue.js +64 -64
  162. package/dist/esm/{Dfp-2f9796e1.js → Dfp-b7236041.js} +10 -10
  163. package/dist/esm/EventsDeck.js +92 -92
  164. package/dist/esm/ExternalResources.js +41 -41
  165. package/dist/esm/Feature.js +17 -17
  166. package/dist/esm/ForbesHero.js +28 -28
  167. package/dist/esm/GridContent.js +172 -172
  168. package/dist/esm/GridHero.js +29 -29
  169. package/dist/esm/GroupDeck.js +36 -36
  170. package/dist/esm/HamMagazine.js +91 -91
  171. package/dist/esm/Header.js +8 -8
  172. package/dist/esm/Hero.js +7 -7
  173. package/dist/esm/HighlightenVideo.js +14 -14
  174. package/dist/esm/HorizontalArticleListing.js +34 -34
  175. package/dist/esm/HorizontalHero.js +21 -21
  176. package/dist/esm/IssueContentDeck.js +53 -53
  177. package/dist/esm/IssueDeck.js +54 -54
  178. package/dist/esm/IssueLanding.js +26 -26
  179. package/dist/esm/LeftNav.js +16 -16
  180. package/dist/esm/MasterDeck.js +46 -46
  181. package/dist/esm/MediaSeriesLanding.js +506 -450
  182. package/dist/esm/NavDvm.js +46 -46
  183. package/dist/esm/{NavFooter-c29526b7.js → NavFooter-e27bd93b.js} +12 -12
  184. package/dist/esm/NavMagazine.js +93 -93
  185. package/dist/esm/NavNative.js +83 -83
  186. package/dist/esm/OncliveHero.js +15 -14
  187. package/dist/esm/OncliveLargeHero.js +52 -52
  188. package/dist/esm/PageFilter.js +6 -6
  189. package/dist/esm/PartnerDetailListing.js +3900 -73
  190. package/dist/esm/PdfDownload.js +6 -6
  191. package/dist/esm/PopUpModal.js +8 -8
  192. package/dist/esm/PubSection.js +17 -17
  193. package/dist/esm/PubToc.js +5 -5
  194. package/dist/esm/PublicationDeck.js +51 -51
  195. package/dist/esm/PublicationLanding.js +69 -69
  196. package/dist/esm/QueueDeckExpanded.js +251 -251
  197. package/dist/esm/RecentNews.js +17 -17
  198. package/dist/esm/RelatedContent.js +17 -17
  199. package/dist/esm/RelatedTopicsDropdown.js +11 -11
  200. package/dist/esm/RolesDeck.js +25 -25
  201. package/dist/esm/Search.js +7 -7
  202. package/dist/esm/SeriesListingDeck.js +20 -20
  203. package/dist/esm/{SeriesSlider-7d89f4d9.js → SeriesSlider-a866bb21.js} +24 -24
  204. package/dist/esm/SideFooter.js +19 -19
  205. package/dist/esm/SocialIcons.js +7 -7
  206. package/dist/esm/{SocialSearchComponent-47815365.js → SocialSearchComponent-03c3e869.js} +28 -28
  207. package/dist/esm/SocialShare.js +25 -25
  208. package/dist/esm/TaxonomyCard.js +50 -50
  209. package/dist/esm/TaxonomyDescription.js +16 -16
  210. package/dist/esm/TemplateNormal.js +31 -31
  211. package/dist/esm/ThumbnailCard.js +10 -10
  212. package/dist/esm/Ustream.js +18 -18
  213. package/dist/esm/VerticalHero.js +13 -13
  214. package/dist/esm/VideoProgramLandingPage.js +32 -32
  215. package/dist/esm/VideoSeriesCard.js +17 -17
  216. package/dist/esm/VideoSeriesFilter.js +6 -6
  217. package/dist/esm/VideoSeriesLandingPage.js +17 -17
  218. package/dist/esm/VideoSeriesListing.js +53 -53
  219. package/dist/esm/View.js +179 -185
  220. package/dist/esm/YahooHero.js +25 -25
  221. package/dist/esm/YoutubeGroup.js +35 -35
  222. package/dist/esm/{brightcove-react-player-loader.es-4abff0b1.js → brightcove-react-player-loader.es-83f53e4e.js} +6 -7
  223. package/dist/esm/faundadb.js +1 -1
  224. package/dist/esm/getRelatedArticle.js +126 -62
  225. package/dist/esm/getSerializers.js +11 -11
  226. package/dist/esm/{index-f7fb1e25.js → index-41a678ea.js} +3 -3
  227. package/dist/esm/{index-53c0c377.js → index-44f4646f.js} +811 -827
  228. package/dist/esm/{index-6c12bdd5.js → index-5f7e79e7.js} +4 -4
  229. package/dist/esm/{index-51a80699.js → index-73819142.js} +19 -20
  230. package/dist/esm/{index-c00b0bbb.js → index-ef6d5dcf.js} +17 -16
  231. package/dist/esm/{index.es-c6222053.js → index.es-29c1cef5.js} +10 -28
  232. package/dist/esm/{index.esm-3fdda599.js → index.esm-29e48d38.js} +15 -6
  233. package/dist/esm/{index.esm-a8ff922c.js → index.esm-cf08bf18.js} +12 -5
  234. package/dist/esm/{index.esm-c6715e80.js → index.esm-f8aaeeeb.js} +6 -3
  235. package/dist/esm/{index.esm-8ee5ff72.js → index.esm-fd746768.js} +18 -17
  236. package/dist/esm/index.js +49 -50
  237. package/dist/esm/inherits-77d5e4fc.js +101 -0
  238. package/dist/esm/{inherits-75d45541.js → inherits-cf8dde54.js} +1 -1
  239. package/dist/esm/{lodash-ec8c6b48.js → lodash-17fdfebb.js} +22 -71
  240. package/dist/esm/{main-747e7d25.js → main-e4a934b2.js} +52 -87
  241. package/dist/esm/{md5-4e42248e.js → md5-9be0e905.js} +1 -1
  242. package/dist/esm/{moment-b6f49411.js → moment-e2f9b20c.js} +8 -10
  243. package/dist/esm/{react-social-icons-3822f1ce.js → react-social-icons-a7d5c5c7.js} +5 -5
  244. package/dist/esm/timeDifferenceCalc.js +1 -1
  245. package/dist/esm/{typeof-af9c50d8.js → typeof-6435ba1c.js} +1 -1
  246. package/dist/esm/urlFor.js +1 -1
  247. package/dist/esm/{visibility-sensor-f40c2564.js → visibility-sensor-72fd8f8b.js} +2 -2
  248. package/package.json +2 -1
  249. package/dist/cjs/ConferenceBanner-6c9e718a.js +0 -24
package/dist/esm/index.js CHANGED
@@ -8,32 +8,32 @@ import './core.get-iterator-method-e1de7503.js';
8
8
  import './_object-pie-33c40e79.js';
9
9
  import './extends-6f2fcc99.js';
10
10
  import './_object-sap-964b6feb.js';
11
- import './inherits-75d45541.js';
11
+ import './inherits-cf8dde54.js';
12
12
  import './define-property-8af5f002.js';
13
13
  import './web.dom.iterable-4439f05a.js';
14
- import './typeof-af9c50d8.js';
14
+ import './typeof-6435ba1c.js';
15
15
  import './_is-array-58e95429.js';
16
- import React from 'react';
16
+ import React__default from 'react';
17
17
  import './events-6c3a7a63.js';
18
- import './index-f7fb1e25.js';
18
+ import './index-41a678ea.js';
19
19
  import 'prop-types';
20
20
  import 'react-bootstrap/Container';
21
- import Row from 'react-bootstrap/Row';
22
- import Col from 'react-bootstrap/Col';
21
+ import Row$1 from 'react-bootstrap/Row';
22
+ import Col$1 from 'react-bootstrap/Col';
23
23
  import 'react-bootstrap/Card';
24
- import './moment-b6f49411.js';
24
+ import './moment-e2f9b20c.js';
25
25
  import 'next/router';
26
26
  import './isSymbol-1981418f.js';
27
27
  import './debounce-9207d8ee.js';
28
28
  import './toNumber-2f7a84cd.js';
29
- import './index.es-c6222053.js';
29
+ import './index.es-29c1cef5.js';
30
30
  import 'react-dom';
31
- import './visibility-sensor-f40c2564.js';
32
- import './index-51a80699.js';
31
+ import './visibility-sensor-72fd8f8b.js';
32
+ import './index-73819142.js';
33
33
  import urlFor from './urlFor.js';
34
34
  export { default as urlFor } from './urlFor.js';
35
- import { L as LazyLoad } from './index-6c12bdd5.js';
36
- import './main-747e7d25.js';
35
+ import { L as LazyLoad } from './index-5f7e79e7.js';
36
+ import './main-e4a934b2.js';
37
37
  import './entities-7cc3bf45.js';
38
38
  import './slicedToArray-641f241f.js';
39
39
  import './stringify-4330ccdc.js';
@@ -41,22 +41,22 @@ import './asyncToGenerator-fc1c2e29.js';
41
41
  export { default as Segment } from './Segment.js';
42
42
  export { default as Beam } from './Beam.js';
43
43
  export { default as AdSlot } from './AdSlot.js';
44
- import './ADInfeed-427022e9.js';
44
+ import './ADInfeed-b566ce41.js';
45
45
  export { default as DeckContent } from './DeckContent.js';
46
- import './lodash-ec8c6b48.js';
47
- import './ADlgInfeed-28d3f944.js';
46
+ import './lodash-17fdfebb.js';
47
+ import './ADlgInfeed-5eb7281d.js';
48
48
  import './getContentCategory-15dcc413.js';
49
49
  import './get-1e515072.js';
50
50
  import './eq-b470f743.js';
51
51
  export { default as AD } from './AD.js';
52
- import './AuthorComponent-8ffd4679.js';
52
+ import './AuthorComponent-34b16174.js';
53
53
  import 'react-bootstrap/Button';
54
54
  export { default as GridContent } from './GridContent.js';
55
55
  export { default as DeckQueue } from './DeckQueue.js';
56
56
  import 'react-bootstrap/Media';
57
57
  export { default as ThumbnailCard } from './ThumbnailCard.js';
58
- import './BlockContent-d05b5b23.js';
59
- import './react-social-icons-3822f1ce.js';
58
+ import './BlockContent-e9b4ddcf.js';
59
+ import './react-social-icons-a7d5c5c7.js';
60
60
  export { default as TaxonomyCard } from './TaxonomyCard.js';
61
61
  export { default as RolesDeck } from './RolesDeck.js';
62
62
  import './index-c7e2ac95.js';
@@ -67,13 +67,13 @@ import 'react-bootstrap';
67
67
  import './timeDifferenceCalc.js';
68
68
  export { default as QueueDeckExpanded } from './QueueDeckExpanded.js';
69
69
  import './iconBase-602d52fe.js';
70
- import './index.esm-3fdda599.js';
70
+ import './index.esm-29e48d38.js';
71
71
  export { default as VideoSeriesListing } from './VideoSeriesListing.js';
72
72
  export { default as ArticleSeriesListing } from './ArticleSeriesListing.js';
73
73
  export { default as ArticleCarousel } from './ArticleCarousel.js';
74
- export { g as getSerializers } from './index-53c0c377.js';
74
+ export { g as getSerializers } from './index-44f4646f.js';
75
75
  import './util-7700fc59.js';
76
- import './brightcove-react-player-loader.es-4abff0b1.js';
76
+ import './brightcove-react-player-loader.es-83f53e4e.js';
77
77
  import 'next/head';
78
78
  import 'react-share';
79
79
  export { default as SocialShare } from './SocialShare.js';
@@ -90,15 +90,16 @@ import './defineProperty-94fd8bfc.js';
90
90
  export { default as EventsDeck } from './EventsDeck.js';
91
91
  import 'react-bootstrap/Spinner';
92
92
  import 'react-bootstrap/Form';
93
- import './index-c00b0bbb.js';
93
+ import './index-ef6d5dcf.js';
94
94
  import './js.cookie-6874175c.js';
95
95
  export { default as CMEDeck } from './CMEDeck.js';
96
96
  export { default as ExternalResources } from './ExternalResources.js';
97
97
  import './index-aaa2dae0.js';
98
98
  export { default as AlgoliaSearch } from './AlgoliaSearch.js';
99
+ import './inherits-77d5e4fc.js';
99
100
  export { Column1 } from './Column1.js';
100
101
  export { default as SideFooter } from './SideFooter.js';
101
- import './ConferenceBanner-9162d0ca.js';
102
+ import './ConferenceBanner-8792ebd2.js';
102
103
  export { Column2 } from './Column2.js';
103
104
  export { default as ADSponsoredResources } from './ADSponsoredResources.js';
104
105
  import 'react-bootstrap/ListGroup';
@@ -114,12 +115,12 @@ export { default as VideoSeriesFilter } from './VideoSeriesFilter.js';
114
115
  import 'react-bootstrap/Nav';
115
116
  import 'react-bootstrap/Navbar';
116
117
  import 'react-bootstrap/NavDropdown';
117
- import './index.esm-c6715e80.js';
118
- import './NavFooter-c29526b7.js';
119
- import './index.esm-8ee5ff72.js';
118
+ import './index.esm-f8aaeeeb.js';
119
+ import './NavFooter-e27bd93b.js';
120
+ import './index.esm-fd746768.js';
120
121
  export { default as SocialIcons } from './SocialIcons.js';
121
122
  import 'react-bootstrap/FormControl';
122
- import './SocialSearchComponent-47815365.js';
123
+ import './SocialSearchComponent-03c3e869.js';
123
124
  export { default as NavMagazine } from './NavMagazine.js';
124
125
  export { NavNative } from './NavNative.js';
125
126
  export { default as Search } from './Search.js';
@@ -131,7 +132,6 @@ export { default as TemplateNormal } from './TemplateNormal.js';
131
132
  export { default as AD300x250 } from './AD300x250.js';
132
133
  export { default as AD300x250x600 } from './AD300x250x600.js';
133
134
  export { default as ADFooter } from './ADFooter.js';
134
- import 'react-ga';
135
135
  export { default as AdSlotsProvider } from './AdSlotsProvider.js';
136
136
  export { default as ADFloatingFooter } from './ADFloatingFooter.js';
137
137
  export { default as ADWelcome } from './ADWelcome.js';
@@ -147,7 +147,7 @@ export { default as PdfDownload } from './PdfDownload.js';
147
147
  import 'react-bootstrap/DropdownButton';
148
148
  import 'react-bootstrap/Dropdown';
149
149
  export { default as RelatedTopicsDropdown } from './RelatedTopicsDropdown.js';
150
- import './index.esm-a8ff922c.js';
150
+ import './index.esm-cf08bf18.js';
151
151
  export { default as Ustream } from './Ustream.js';
152
152
  export { default as HighlightenVideo } from './HighlightenVideo.js';
153
153
  export { default as PublicationLanding } from './PublicationLanding.js';
@@ -176,14 +176,13 @@ export { default as Auth } from './Auth.js';
176
176
  import 'swr';
177
177
  import 'passport-local';
178
178
  import 'mysql';
179
- import './md5-4e42248e.js';
180
- import './SeriesSlider-7d89f4d9.js';
179
+ import './md5-9be0e905.js';
180
+ import './SeriesSlider-a866bb21.js';
181
181
  export { g as getTargeting } from './getTargeting-82e86707.js';
182
182
  export { default as View } from './View.js';
183
183
  export { default as getKeywords } from './getKeywords.js';
184
184
  import './style-inject.es-1f59c1d0.js';
185
185
  import 'disqus-react';
186
- import 'react-twitter-embed';
187
186
  export { default as PartnerDetailListing } from './PartnerDetailListing.js';
188
187
  export { default as VideoProgramLandingPage } from './VideoProgramLandingPage.js';
189
188
  import './VideoSeriesCard.js';
@@ -212,54 +211,54 @@ var FeatureArticles = function FeatureArticles(props) {
212
211
  styles = _props$styles === undefined ? null : _props$styles;
213
212
 
214
213
 
215
- return React.createElement(
214
+ return React__default.createElement(
216
215
  'div',
217
216
  { className: 'featured-articles-wrapper' },
218
217
  data.map(function (article, index) {
219
- return React.createElement(
220
- React.Fragment,
218
+ return React__default.createElement(
219
+ React__default.Fragment,
221
220
  null,
222
- React.createElement(
223
- Row,
221
+ React__default.createElement(
222
+ Row$1,
224
223
  { className: 'article-wrap' },
225
- React.createElement(
226
- Col,
224
+ React__default.createElement(
225
+ Col$1,
227
226
  { className: 'mb-4 m-fl-center deck', xs: 12, sm: 4, md: 4, lg: 3, xl: 3 },
228
- React.createElement(
227
+ React__default.createElement(
229
228
  'a',
230
229
  { href: '' + article.feature_link },
231
- React.createElement(
230
+ React__default.createElement(
232
231
  'figure',
233
232
  { style: { marginTop: '1rem' } },
234
- React.createElement(
233
+ React__default.createElement(
235
234
  LazyLoad,
236
235
  { height: imageHeight },
237
- React.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
236
+ React__default.createElement('img', { style: { width: '100%', borderRadius: '10px' }, src: article.feature_img ? urlFor({ client: client, source: article.feature_img, imageWidth: imageWidth, imageHeight: imageHeight }) : defaultImage })
238
237
  )
239
238
  )
240
239
  )
241
240
  ),
242
- React.createElement(
243
- Col,
241
+ React__default.createElement(
242
+ Col$1,
244
243
  { className: 'article-wrap-body', xs: 12, sm: 8, md: 8, lg: 9, xl: 9, style: { paddingTop: '10px' } },
245
- React.createElement(
244
+ React__default.createElement(
246
245
  'a',
247
246
  { href: '' + article.feature_link },
248
- React.createElement(
247
+ React__default.createElement(
249
248
  'h4',
250
249
  { className: 'mb-1', style: { fontWeight: '600', fontSize: '22px' } },
251
250
  article.feature_title
252
251
  ),
253
- React.createElement(
252
+ React__default.createElement(
254
253
  'p',
255
254
  { style: { fontSize: '1.1em' } },
256
255
  article.feature_body
257
256
  )
258
257
  )
259
258
  ),
260
- index !== data.length - 1 && React.createElement('hr', null)
259
+ index !== data.length - 1 && React__default.createElement('hr', null)
261
260
  ),
262
- React.createElement(
261
+ React__default.createElement(
263
262
  'style',
264
263
  { jsx: 'true' },
265
264
  '\n .featured-articles-wrapper {\n background: ' + props.backgroundColor + ';\n padding: 1rem;\n border-radius: 10px;\n box-shadow: #0000002b 1px 3px 3px 3px;\n }\n hr {\n width: 100%;\n height: 1px;\n margin-left: 15px;\n margin-right: 15px;\n }\n ' + styles + '\n '
@@ -0,0 +1,101 @@
1
+ function _defineProperty(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
11
+ }
12
+
13
+ return obj;
14
+ }
15
+
16
+ function _classCallCheck(instance, Constructor) {
17
+ if (!(instance instanceof Constructor)) {
18
+ throw new TypeError("Cannot call a class as a function");
19
+ }
20
+ }
21
+
22
+ function _defineProperties(target, props) {
23
+ for (var i = 0; i < props.length; i++) {
24
+ var descriptor = props[i];
25
+ descriptor.enumerable = descriptor.enumerable || false;
26
+ descriptor.configurable = true;
27
+ if ("value" in descriptor) descriptor.writable = true;
28
+ Object.defineProperty(target, descriptor.key, descriptor);
29
+ }
30
+ }
31
+
32
+ function _createClass(Constructor, protoProps, staticProps) {
33
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
34
+ if (staticProps) _defineProperties(Constructor, staticProps);
35
+ return Constructor;
36
+ }
37
+
38
+ function _typeof2(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof2 = function _typeof2(obj) { return typeof obj; }; } else { _typeof2 = function _typeof2(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof2(obj); }
39
+
40
+ function _typeof(obj) {
41
+ if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
42
+ _typeof = function _typeof(obj) {
43
+ return _typeof2(obj);
44
+ };
45
+ } else {
46
+ _typeof = function _typeof(obj) {
47
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
48
+ };
49
+ }
50
+
51
+ return _typeof(obj);
52
+ }
53
+
54
+ function _assertThisInitialized(self) {
55
+ if (self === void 0) {
56
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
57
+ }
58
+
59
+ return self;
60
+ }
61
+
62
+ function _possibleConstructorReturn(self, call) {
63
+ if (call && (_typeof(call) === "object" || typeof call === "function")) {
64
+ return call;
65
+ }
66
+
67
+ return _assertThisInitialized(self);
68
+ }
69
+
70
+ function _getPrototypeOf(o) {
71
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
72
+ return o.__proto__ || Object.getPrototypeOf(o);
73
+ };
74
+ return _getPrototypeOf(o);
75
+ }
76
+
77
+ function _setPrototypeOf(o, p) {
78
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
79
+ o.__proto__ = p;
80
+ return o;
81
+ };
82
+
83
+ return _setPrototypeOf(o, p);
84
+ }
85
+
86
+ function _inherits(subClass, superClass) {
87
+ if (typeof superClass !== "function" && superClass !== null) {
88
+ throw new TypeError("Super expression must either be null or a function");
89
+ }
90
+
91
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
92
+ constructor: {
93
+ value: subClass,
94
+ writable: true,
95
+ configurable: true
96
+ }
97
+ });
98
+ if (superClass) _setPrototypeOf(subClass, superClass);
99
+ }
100
+
101
+ export { _defineProperty as _, _typeof as a, _inherits as b, _classCallCheck as c, _possibleConstructorReturn as d, _getPrototypeOf as e, _assertThisInitialized as f, _createClass as g };
@@ -3,7 +3,7 @@ import { f as _toObject, a as _core, c as _ctx, m as _anObject, b as _isObject,
3
3
  import { d as _objectGpo, _ as _objectCreate } from './es6.string.iterator-c990c18c.js';
4
4
  import { _ as _objectSap } from './_object-sap-964b6feb.js';
5
5
  import { d as defineProperty } from './define-property-8af5f002.js';
6
- import { a as _typeof_1, b as _objectGopd } from './typeof-af9c50d8.js';
6
+ import { a as _typeof_1, b as _objectGopd } from './typeof-6435ba1c.js';
7
7
 
8
8
  // 19.1.2.9 Object.getPrototypeOf(O)
9
9
 
@@ -7,7 +7,7 @@ var lodash = createCommonjsModule(function (module, exports) {
7
7
  var undefined$1;
8
8
 
9
9
  /** Used as the semantic version number. */
10
- var VERSION = '4.17.20';
10
+ var VERSION = '4.17.15';
11
11
 
12
12
  /** Used as the size to enable large array optimizations. */
13
13
  var LARGE_ARRAY_SIZE = 200;
@@ -3714,21 +3714,8 @@ var lodash = createCommonjsModule(function (module, exports) {
3714
3714
  * @returns {Array} Returns the new sorted array.
3715
3715
  */
3716
3716
  function baseOrderBy(collection, iteratees, orders) {
3717
- if (iteratees.length) {
3718
- iteratees = arrayMap(iteratees, function(iteratee) {
3719
- if (isArray(iteratee)) {
3720
- return function(value) {
3721
- return baseGet(value, iteratee.length === 1 ? iteratee[0] : iteratee);
3722
- }
3723
- }
3724
- return iteratee;
3725
- });
3726
- } else {
3727
- iteratees = [identity];
3728
- }
3729
-
3730
3717
  var index = -1;
3731
- iteratees = arrayMap(iteratees, baseUnary(getIteratee()));
3718
+ iteratees = arrayMap(iteratees.length ? iteratees : [identity], baseUnary(getIteratee()));
3732
3719
 
3733
3720
  var result = baseMap(collection, function(value, key, collection) {
3734
3721
  var criteria = arrayMap(iteratees, function(iteratee) {
@@ -3985,10 +3972,6 @@ var lodash = createCommonjsModule(function (module, exports) {
3985
3972
  var key = toKey(path[index]),
3986
3973
  newValue = value;
3987
3974
 
3988
- if (key === '__proto__' || key === 'constructor' || key === 'prototype') {
3989
- return object;
3990
- }
3991
-
3992
3975
  if (index != lastIndex) {
3993
3976
  var objValue = nested[key];
3994
3977
  newValue = customizer ? customizer(objValue, key, nested) : undefined$1;
@@ -4141,14 +4124,11 @@ var lodash = createCommonjsModule(function (module, exports) {
4141
4124
  * into `array`.
4142
4125
  */
4143
4126
  function baseSortedIndexBy(array, value, iteratee, retHighest) {
4144
- var low = 0,
4145
- high = array == null ? 0 : array.length;
4146
- if (high === 0) {
4147
- return 0;
4148
- }
4149
-
4150
4127
  value = iteratee(value);
4151
- var valIsNaN = value !== value,
4128
+
4129
+ var low = 0,
4130
+ high = array == null ? 0 : array.length,
4131
+ valIsNaN = value !== value,
4152
4132
  valIsNull = value === null,
4153
4133
  valIsSymbol = isSymbol(value),
4154
4134
  valIsUndefined = value === undefined$1;
@@ -5633,11 +5613,10 @@ var lodash = createCommonjsModule(function (module, exports) {
5633
5613
  if (arrLength != othLength && !(isPartial && othLength > arrLength)) {
5634
5614
  return false;
5635
5615
  }
5636
- // Check that cyclic values are equal.
5637
- var arrStacked = stack.get(array);
5638
- var othStacked = stack.get(other);
5639
- if (arrStacked && othStacked) {
5640
- return arrStacked == other && othStacked == array;
5616
+ // Assume cyclic values are equal.
5617
+ var stacked = stack.get(array);
5618
+ if (stacked && stack.get(other)) {
5619
+ return stacked == other;
5641
5620
  }
5642
5621
  var index = -1,
5643
5622
  result = true,
@@ -5799,11 +5778,10 @@ var lodash = createCommonjsModule(function (module, exports) {
5799
5778
  return false;
5800
5779
  }
5801
5780
  }
5802
- // Check that cyclic values are equal.
5803
- var objStacked = stack.get(object);
5804
- var othStacked = stack.get(other);
5805
- if (objStacked && othStacked) {
5806
- return objStacked == other && othStacked == object;
5781
+ // Assume cyclic values are equal.
5782
+ var stacked = stack.get(object);
5783
+ if (stacked && stack.get(other)) {
5784
+ return stacked == other;
5807
5785
  }
5808
5786
  var result = true;
5809
5787
  stack.set(object, other);
@@ -9184,10 +9162,6 @@ var lodash = createCommonjsModule(function (module, exports) {
9184
9162
  * // The `_.property` iteratee shorthand.
9185
9163
  * _.filter(users, 'active');
9186
9164
  * // => objects for ['barney']
9187
- *
9188
- * // Combining several predicates using `_.overEvery` or `_.overSome`.
9189
- * _.filter(users, _.overSome([{ 'age': 36 }, ['age', 40]]));
9190
- * // => objects for ['fred', 'barney']
9191
9165
  */
9192
9166
  function filter(collection, predicate) {
9193
9167
  var func = isArray(collection) ? arrayFilter : baseFilter;
@@ -9937,15 +9911,15 @@ var lodash = createCommonjsModule(function (module, exports) {
9937
9911
  * var users = [
9938
9912
  * { 'user': 'fred', 'age': 48 },
9939
9913
  * { 'user': 'barney', 'age': 36 },
9940
- * { 'user': 'fred', 'age': 30 },
9914
+ * { 'user': 'fred', 'age': 40 },
9941
9915
  * { 'user': 'barney', 'age': 34 }
9942
9916
  * ];
9943
9917
  *
9944
9918
  * _.sortBy(users, [function(o) { return o.user; }]);
9945
- * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 30]]
9919
+ * // => objects for [['barney', 36], ['barney', 34], ['fred', 48], ['fred', 40]]
9946
9920
  *
9947
9921
  * _.sortBy(users, ['user', 'age']);
9948
- * // => objects for [['barney', 34], ['barney', 36], ['fred', 30], ['fred', 48]]
9922
+ * // => objects for [['barney', 34], ['barney', 36], ['fred', 40], ['fred', 48]]
9949
9923
  */
9950
9924
  var sortBy = baseRest(function(collection, iteratees) {
9951
9925
  if (collection == null) {
@@ -14820,11 +14794,11 @@ var lodash = createCommonjsModule(function (module, exports) {
14820
14794
 
14821
14795
  // Use a sourceURL for easier debugging.
14822
14796
  // The sourceURL gets injected into the source that's eval-ed, so be careful
14823
- // to normalize all kinds of whitespace, so e.g. newlines (and unicode versions of it) can't sneak in
14824
- // and escape the comment, thus injecting code that gets evaled.
14797
+ // with lookup (in case of e.g. prototype pollution), and strip newlines if any.
14798
+ // A newline wouldn't be a valid sourceURL anyway, and it'd enable code injection.
14825
14799
  var sourceURL = '//# sourceURL=' +
14826
14800
  (hasOwnProperty.call(options, 'sourceURL')
14827
- ? (options.sourceURL + '').replace(/\s/g, ' ')
14801
+ ? (options.sourceURL + '').replace(/[\r\n]/g, ' ')
14828
14802
  : ('lodash.templateSources[' + (++templateCounter) + ']')
14829
14803
  ) + '\n';
14830
14804
 
@@ -14857,6 +14831,8 @@ var lodash = createCommonjsModule(function (module, exports) {
14857
14831
 
14858
14832
  // If `variable` is not specified wrap a with-statement around the generated
14859
14833
  // code to add the data object to the top of the scope chain.
14834
+ // Like with sourceURL, we take care to not check the option's prototype,
14835
+ // as this configuration is a code injection vector.
14860
14836
  var variable = hasOwnProperty.call(options, 'variable') && options.variable;
14861
14837
  if (!variable) {
14862
14838
  source = 'with (obj) {\n' + source + '\n}\n';
@@ -15563,9 +15539,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15563
15539
  * values against any array or object value, respectively. See `_.isEqual`
15564
15540
  * for a list of supported value comparisons.
15565
15541
  *
15566
- * **Note:** Multiple values can be checked by combining several matchers
15567
- * using `_.overSome`
15568
- *
15569
15542
  * @static
15570
15543
  * @memberOf _
15571
15544
  * @since 3.0.0
@@ -15581,10 +15554,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15581
15554
  *
15582
15555
  * _.filter(objects, _.matches({ 'a': 4, 'c': 6 }));
15583
15556
  * // => [{ 'a': 4, 'b': 5, 'c': 6 }]
15584
- *
15585
- * // Checking for several possible values
15586
- * _.filter(objects, _.overSome([_.matches({ 'a': 1 }), _.matches({ 'a': 4 })]));
15587
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15588
15557
  */
15589
15558
  function matches(source) {
15590
15559
  return baseMatches(baseClone(source, CLONE_DEEP_FLAG));
@@ -15599,9 +15568,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15599
15568
  * `srcValue` values against any array or object value, respectively. See
15600
15569
  * `_.isEqual` for a list of supported value comparisons.
15601
15570
  *
15602
- * **Note:** Multiple values can be checked by combining several matchers
15603
- * using `_.overSome`
15604
- *
15605
15571
  * @static
15606
15572
  * @memberOf _
15607
15573
  * @since 3.2.0
@@ -15618,10 +15584,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15618
15584
  *
15619
15585
  * _.find(objects, _.matchesProperty('a', 4));
15620
15586
  * // => { 'a': 4, 'b': 5, 'c': 6 }
15621
- *
15622
- * // Checking for several possible values
15623
- * _.filter(objects, _.overSome([_.matchesProperty('a', 1), _.matchesProperty('a', 4)]));
15624
- * // => [{ 'a': 1, 'b': 2, 'c': 3 }, { 'a': 4, 'b': 5, 'c': 6 }]
15625
15587
  */
15626
15588
  function matchesProperty(path, srcValue) {
15627
15589
  return baseMatchesProperty(path, baseClone(srcValue, CLONE_DEEP_FLAG));
@@ -15845,10 +15807,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15845
15807
  * Creates a function that checks if **all** of the `predicates` return
15846
15808
  * truthy when invoked with the arguments it receives.
15847
15809
  *
15848
- * Following shorthands are possible for providing predicates.
15849
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15850
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15851
- *
15852
15810
  * @static
15853
15811
  * @memberOf _
15854
15812
  * @since 4.0.0
@@ -15875,10 +15833,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15875
15833
  * Creates a function that checks if **any** of the `predicates` return
15876
15834
  * truthy when invoked with the arguments it receives.
15877
15835
  *
15878
- * Following shorthands are possible for providing predicates.
15879
- * Pass an `Object` and it will be used as an parameter for `_.matches` to create the predicate.
15880
- * Pass an `Array` of parameters for `_.matchesProperty` and the predicate will be created using them.
15881
- *
15882
15836
  * @static
15883
15837
  * @memberOf _
15884
15838
  * @since 4.0.0
@@ -15898,9 +15852,6 @@ var lodash = createCommonjsModule(function (module, exports) {
15898
15852
  *
15899
15853
  * func(NaN);
15900
15854
  * // => false
15901
- *
15902
- * var matchesFunc = _.overSome([{ 'a': 1 }, { 'a': 2 }])
15903
- * var matchesPropertyFunc = _.overSome([['a', 1], ['a', 2]])
15904
15855
  */
15905
15856
  var overSome = createOver(arraySome);
15906
15857