@mjhls/mjh-framework 1.0.866-beta.0 → 1.0.866-d4d665

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 (297) hide show
  1. package/README.md +168 -168
  2. package/dist/cjs/AD.js +10 -9
  3. package/dist/cjs/AD300x250.js +19 -16
  4. package/dist/cjs/AD300x250x600.js +19 -16
  5. package/dist/cjs/AD728x90.js +20 -17
  6. package/dist/cjs/ADFloatingFooter.js +21 -18
  7. package/dist/cjs/ADFooter.js +14 -11
  8. package/dist/cjs/ADGutter.js +21 -18
  9. package/dist/cjs/{ADInfeed-7c09edba.js → ADInfeed-799275aa.js} +12 -10
  10. package/dist/cjs/ADSkyscraper.js +21 -18
  11. package/dist/cjs/ADSponsoredResources.js +21 -18
  12. package/dist/cjs/ADWebcast.js +21 -18
  13. package/dist/cjs/ADWelcome.js +25 -22
  14. package/dist/cjs/{ADlgInfeed-2e7effc7.js → ADlgInfeed-591d014e.js} +8 -7
  15. package/dist/cjs/AccordionPanel.js +29 -25
  16. package/dist/cjs/AdSlot.js +23 -20
  17. package/dist/cjs/AdSlotsProvider.js +18 -907
  18. package/dist/cjs/AlgoliaSearch.js +978 -850
  19. package/dist/cjs/AlphabeticList.js +24 -21
  20. package/dist/cjs/ArticleCarousel.js +16 -13
  21. package/dist/cjs/ArticleProgramLandingPage.js +40 -37
  22. package/dist/cjs/ArticleSeriesLandingPage.js +35 -32
  23. package/dist/cjs/ArticleSeriesListing.js +49 -46
  24. package/dist/cjs/Auth.js +205 -1198
  25. package/dist/cjs/AuthWrapper.js +306 -262
  26. package/dist/cjs/{AuthorComponent-02e827ae.js → AuthorComponent-ac8972ce.js} +14 -13
  27. package/dist/cjs/Beam.js +7 -5
  28. package/dist/cjs/{BlockContent-091a991f.js → BlockContent-8b494587.js} +25 -24
  29. package/dist/cjs/Breadcrumbs.js +28 -24
  30. package/dist/cjs/CMEDeck.js +73 -71
  31. package/dist/cjs/Column1.js +14 -11
  32. package/dist/cjs/Column2.js +30 -25
  33. package/dist/cjs/Column3.js +46 -41
  34. package/dist/cjs/ConferenceArticleCard.js +33 -35
  35. package/dist/cjs/ConferenceBanner-6c9e718a.js +24 -0
  36. package/dist/cjs/DeckContent.js +97 -91
  37. package/dist/cjs/DeckQueue.js +82 -77
  38. package/dist/cjs/{Dfp-14d2455c.js → Dfp-391fd124.js} +28 -25
  39. package/dist/cjs/EventsDeck.js +153 -144
  40. package/dist/cjs/ExternalResources.js +61 -58
  41. package/dist/cjs/Feature.js +25 -26
  42. package/dist/cjs/ForbesHero.js +40 -37
  43. package/dist/cjs/GridContent.js +221 -214
  44. package/dist/cjs/GridHero.js +41 -38
  45. package/dist/cjs/GroupDeck.js +55 -52
  46. package/dist/cjs/HamMagazine.js +137 -130
  47. package/dist/cjs/Header.js +14 -12
  48. package/dist/cjs/Hero.js +10 -12
  49. package/dist/cjs/HighlightenVideo.js +17 -16
  50. package/dist/cjs/HorizontalArticleListing.js +51 -48
  51. package/dist/cjs/HorizontalHero.js +24 -26
  52. package/dist/cjs/IssueContentDeck.js +75 -68
  53. package/dist/cjs/IssueDeck.js +73 -66
  54. package/dist/cjs/IssueLanding.js +72 -69
  55. package/dist/cjs/KMTracker.js +15 -15
  56. package/dist/cjs/LeftNav.js +31 -27
  57. package/dist/cjs/MasterDeck.js +71 -68
  58. package/dist/cjs/MediaSeriesLanding.js +855 -862
  59. package/dist/cjs/NavDvm.js +75 -68
  60. package/dist/cjs/{NavFooter-76c913e3.js → NavFooter-3dcd99a8.js} +15 -14
  61. package/dist/cjs/NavMagazine.js +138 -131
  62. package/dist/cjs/NavNative.js +132 -122
  63. package/dist/cjs/OncliveHero.js +17 -20
  64. package/dist/cjs/OncliveLargeHero.js +69 -66
  65. package/dist/cjs/PageFilter.js +14 -11
  66. package/dist/cjs/PartnerDetailListing.js +259 -1329
  67. package/dist/cjs/PdfDownload.js +9 -8
  68. package/dist/cjs/PopUpModal.js +20 -16
  69. package/dist/cjs/PubSection.js +30 -27
  70. package/dist/cjs/PubToc.js +15 -12
  71. package/dist/cjs/PublicationDeck.js +64 -62
  72. package/dist/cjs/PublicationLanding.js +150 -144
  73. package/dist/cjs/QueueDeckExpanded.js +296 -294
  74. package/dist/cjs/RecentNews.js +20 -19
  75. package/dist/cjs/RelatedContent.js +51 -53
  76. package/dist/cjs/RelatedTopicsDropdown.js +32 -29
  77. package/dist/cjs/RolesDeck.js +32 -27
  78. package/dist/cjs/Search.js +21 -15
  79. package/dist/cjs/Segment.js +6 -4
  80. package/dist/cjs/SeriesListingDeck.js +33 -31
  81. package/dist/cjs/{SeriesSlider-49b81b0b.js → SeriesSlider-d38767ae.js} +39 -38
  82. package/dist/cjs/SideFooter.js +33 -30
  83. package/dist/cjs/SocialIcons.js +10 -9
  84. package/dist/cjs/{SocialSearchComponent-650f6101.js → SocialSearchComponent-9a9d6f8c.js} +39 -35
  85. package/dist/cjs/SocialShare.js +31 -29
  86. package/dist/cjs/TaxonomyCard.js +61 -58
  87. package/dist/cjs/TaxonomyDescription.js +36 -33
  88. package/dist/cjs/TemplateNormal.js +46 -43
  89. package/dist/cjs/ThumbnailCard.js +19 -20
  90. package/dist/cjs/Ustream.js +29 -26
  91. package/dist/cjs/VerticalHero.js +16 -18
  92. package/dist/cjs/VideoProgramLandingPage.js +59 -53
  93. package/dist/cjs/VideoSeriesCard.js +28 -27
  94. package/dist/cjs/VideoSeriesFilter.js +16 -14
  95. package/dist/cjs/VideoSeriesLandingPage.js +40 -37
  96. package/dist/cjs/VideoSeriesListing.js +66 -63
  97. package/dist/cjs/View.js +220 -214
  98. package/dist/cjs/YahooHero.js +36 -33
  99. package/dist/cjs/YoutubeGroup.js +59 -56
  100. package/dist/cjs/{_is-array-aa52fa1e.js → _is-array-754e012d.js} +9 -9
  101. package/dist/cjs/{_iter-detect-05795553.js → _iter-detect-60b2f026.js} +7 -6
  102. package/dist/cjs/_object-sap-5e74ba08.js +16 -0
  103. package/dist/cjs/{_object-to-array-9bac8737.js → _object-to-array-5762f850.js} +4 -4
  104. package/dist/cjs/{core.get-iterator-method-f3c44602.js → _to-object-329a650b.js} +3 -239
  105. package/dist/cjs/{asyncToGenerator-df19209d.js → asyncToGenerator-140e5f89.js} +67 -65
  106. package/dist/cjs/{brightcove-react-player-loader.es-156bd4d6.js → brightcove-react-player-loader.es-4ba0d3d5.js} +6 -5
  107. package/dist/cjs/core.get-iterator-method-f62321d4.js +39 -0
  108. package/dist/cjs/{define-property-21887c62.js → define-property-f4d12f4e.js} +3 -3
  109. package/dist/cjs/{defineProperty-77a37684.js → defineProperty-55548b25.js} +1 -1
  110. package/dist/cjs/es6.string.iterator-cc0bbaa4.js +210 -0
  111. package/dist/cjs/{extends-eed4f016.js → extends-0a918631.js} +8 -8
  112. package/dist/cjs/faundadb.js +21 -19
  113. package/dist/cjs/getQuery.js +2 -2
  114. package/dist/cjs/getRelatedArticle.js +12 -10
  115. package/dist/cjs/getRootDocGroup.js +8 -6
  116. package/dist/cjs/getSerializers.js +25 -23
  117. package/dist/cjs/{getTargeting-8874437b.js → getTargeting-21103688.js} +12 -12
  118. package/dist/cjs/getTargeting.js +7 -5
  119. package/dist/cjs/iconBase-68959171.js +0 -3
  120. package/dist/cjs/{index-98e01cb9.js → index-2cf30c83.js} +9 -8
  121. package/dist/cjs/{index-59af05c4.js → index-4990e6c9.js} +970 -965
  122. package/dist/cjs/{index-3294d3bc.js → index-5be2866f.js} +1 -1
  123. package/dist/cjs/{index-96b3db50.js → index-9d365128.js} +12 -10
  124. package/dist/cjs/{index-be0c82be.js → index-b5eb3ff8.js} +20 -19
  125. package/dist/cjs/{index-e2e62963.js → index-f0677b9d.js} +10 -0
  126. package/dist/cjs/{index.es-9110add6.js → index.es-13533f24.js} +11 -8
  127. package/dist/cjs/{index.esm-ff47db6f.js → index.esm-05850a2f.js} +5 -12
  128. package/dist/cjs/{index.esm-4d410430.js → index.esm-3ffa049c.js} +20 -20
  129. package/dist/cjs/{index.esm-e32d3e8e.js → index.esm-44f3e2d0.js} +3 -6
  130. package/dist/cjs/{index.esm-90433435.js → index.esm-974f47d9.js} +6 -15
  131. package/dist/cjs/index.js +80 -73
  132. package/dist/cjs/{inherits-cba9c846.js → inherits-0c7830c5.js} +15 -14
  133. package/dist/cjs/{keys-d207942e.js → keys-a586b7a0.js} +4 -4
  134. package/dist/cjs/{lodash-fc2922d0.js → lodash-7fd85bcf.js} +71 -22
  135. package/dist/cjs/{main-02daeefe.js → main-11ec04d2.js} +85 -53
  136. package/dist/cjs/{md5-5039b1a6.js → md5-e1ca5797.js} +1 -1
  137. package/dist/cjs/{moment-575fe24c.js → moment-66a6a284.js} +1 -1
  138. package/dist/cjs/{react-social-icons-f7f48f71.js → react-social-icons-07939b41.js} +12 -11
  139. package/dist/cjs/{slicedToArray-f6d4eaa8.js → slicedToArray-8f385299.js} +9 -7
  140. package/dist/cjs/{stringify-bbc68047.js → stringify-7c5aff47.js} +2 -2
  141. package/dist/cjs/timeDifferenceCalc.js +1 -1
  142. package/dist/cjs/{toConsumableArray-c9b8a0d0.js → toConsumableArray-9a3476fe.js} +10 -8
  143. package/dist/cjs/{typeof-5f52cf64.js → typeof-9d7f610f.js} +74 -73
  144. package/dist/cjs/urlFor.js +4 -21
  145. package/dist/cjs/{ustream-api-9ebe112f.js → ustream-api-d092dc31.js} +4 -4
  146. package/dist/cjs/{visibility-sensor-ad5e3116.js → visibility-sensor-eb2c5b69.js} +7 -5
  147. package/dist/cjs/{web.dom.iterable-e34bf324.js → web.dom.iterable-a0e279c1.js} +9 -8
  148. package/dist/esm/AD.js +7 -7
  149. package/dist/esm/AD300x250.js +16 -14
  150. package/dist/esm/AD300x250x600.js +16 -14
  151. package/dist/esm/AD728x90.js +17 -15
  152. package/dist/esm/ADFloatingFooter.js +18 -16
  153. package/dist/esm/ADFooter.js +11 -9
  154. package/dist/esm/ADGutter.js +18 -16
  155. package/dist/esm/{ADInfeed-bfd129d9.js → ADInfeed-4b8902ae.js} +8 -8
  156. package/dist/esm/ADSkyscraper.js +18 -16
  157. package/dist/esm/ADSponsoredResources.js +18 -16
  158. package/dist/esm/ADWebcast.js +18 -16
  159. package/dist/esm/ADWelcome.js +22 -20
  160. package/dist/esm/{ADlgInfeed-0489335b.js → ADlgInfeed-5193b48f.js} +5 -5
  161. package/dist/esm/AccordionPanel.js +22 -20
  162. package/dist/esm/AdSlot.js +14 -12
  163. package/dist/esm/AdSlotsProvider.js +16 -906
  164. package/dist/esm/AlgoliaSearch.js +376 -249
  165. package/dist/esm/AlphabeticList.js +21 -19
  166. package/dist/esm/ArticleCarousel.js +13 -11
  167. package/dist/esm/ArticleProgramLandingPage.js +34 -32
  168. package/dist/esm/ArticleSeriesLandingPage.js +30 -28
  169. package/dist/esm/ArticleSeriesListing.js +45 -43
  170. package/dist/esm/Auth.js +184 -1181
  171. package/dist/esm/AuthWrapper.js +303 -260
  172. package/dist/esm/{AuthorComponent-e6f95c2f.js → AuthorComponent-8ffd4679.js} +11 -11
  173. package/dist/esm/Beam.js +7 -5
  174. package/dist/esm/{BlockContent-e9b4ddcf.js → BlockContent-d05b5b23.js} +4 -4
  175. package/dist/esm/Breadcrumbs.js +16 -14
  176. package/dist/esm/CMEDeck.js +70 -68
  177. package/dist/esm/Column1.js +9 -9
  178. package/dist/esm/Column2.js +25 -23
  179. package/dist/esm/Column3.js +41 -39
  180. package/dist/esm/ConferenceArticleCard.js +30 -33
  181. package/dist/esm/{ConferenceBanner-8792ebd2.js → ConferenceBanner-9162d0ca.js} +4 -4
  182. package/dist/esm/DeckContent.js +89 -87
  183. package/dist/esm/DeckQueue.js +74 -73
  184. package/dist/esm/{Dfp-f867d061.js → Dfp-2f9796e1.js} +15 -13
  185. package/dist/esm/EventsDeck.js +121 -119
  186. package/dist/esm/ExternalResources.js +55 -53
  187. package/dist/esm/Feature.js +17 -20
  188. package/dist/esm/ForbesHero.js +33 -31
  189. package/dist/esm/GridContent.js +185 -183
  190. package/dist/esm/GridHero.js +34 -32
  191. package/dist/esm/GroupDeck.js +42 -40
  192. package/dist/esm/HamMagazine.js +107 -105
  193. package/dist/esm/Header.js +8 -8
  194. package/dist/esm/Hero.js +7 -10
  195. package/dist/esm/HighlightenVideo.js +14 -14
  196. package/dist/esm/HorizontalArticleListing.js +48 -46
  197. package/dist/esm/HorizontalHero.js +21 -24
  198. package/dist/esm/IssueContentDeck.js +58 -56
  199. package/dist/esm/IssueDeck.js +62 -60
  200. package/dist/esm/IssueLanding.js +69 -67
  201. package/dist/esm/KMTracker.js +15 -15
  202. package/dist/esm/LeftNav.js +25 -23
  203. package/dist/esm/MasterDeck.js +67 -65
  204. package/dist/esm/MediaSeriesLanding.js +574 -584
  205. package/dist/esm/NavDvm.js +53 -51
  206. package/dist/esm/{NavFooter-e27bd93b.js → NavFooter-c29526b7.js} +12 -12
  207. package/dist/esm/NavMagazine.js +110 -108
  208. package/dist/esm/NavNative.js +99 -97
  209. package/dist/esm/OncliveHero.js +14 -18
  210. package/dist/esm/OncliveLargeHero.js +57 -55
  211. package/dist/esm/PageFilter.js +11 -9
  212. package/dist/esm/PartnerDetailListing.js +256 -1327
  213. package/dist/esm/PdfDownload.js +6 -6
  214. package/dist/esm/PopUpModal.js +13 -11
  215. package/dist/esm/PubSection.js +27 -25
  216. package/dist/esm/PubToc.js +12 -10
  217. package/dist/esm/PublicationDeck.js +51 -54
  218. package/dist/esm/PublicationLanding.js +105 -103
  219. package/dist/esm/QueueDeckExpanded.js +262 -260
  220. package/dist/esm/RecentNews.js +17 -17
  221. package/dist/esm/RelatedContent.js +45 -48
  222. package/dist/esm/RelatedTopicsDropdown.js +21 -21
  223. package/dist/esm/RolesDeck.js +25 -25
  224. package/dist/esm/Search.js +12 -10
  225. package/dist/esm/Segment.js +6 -4
  226. package/dist/esm/SeriesListingDeck.js +28 -26
  227. package/dist/esm/{SeriesSlider-d555a1d2.js → SeriesSlider-b8cc1baa.js} +29 -29
  228. package/dist/esm/SideFooter.js +29 -27
  229. package/dist/esm/SocialIcons.js +7 -7
  230. package/dist/esm/{SocialSearchComponent-d7dec0c2.js → SocialSearchComponent-c54d43cb.js} +29 -29
  231. package/dist/esm/SocialShare.js +25 -25
  232. package/dist/esm/TaxonomyCard.js +52 -54
  233. package/dist/esm/TaxonomyDescription.js +30 -28
  234. package/dist/esm/TemplateNormal.js +42 -40
  235. package/dist/esm/ThumbnailCard.js +10 -13
  236. package/dist/esm/Ustream.js +26 -24
  237. package/dist/esm/VerticalHero.js +13 -16
  238. package/dist/esm/VideoProgramLandingPage.js +46 -44
  239. package/dist/esm/VideoSeriesCard.js +22 -22
  240. package/dist/esm/VideoSeriesFilter.js +13 -11
  241. package/dist/esm/VideoSeriesLandingPage.js +30 -28
  242. package/dist/esm/VideoSeriesListing.js +62 -60
  243. package/dist/esm/View.js +198 -196
  244. package/dist/esm/YahooHero.js +30 -28
  245. package/dist/esm/YoutubeGroup.js +43 -41
  246. package/dist/esm/{_is-array-4df618a6.js → _is-array-58e95429.js} +1 -1
  247. package/dist/esm/{_iter-detect-130ee549.js → _iter-detect-5d49a330.js} +2 -1
  248. package/dist/esm/{_object-sap-8b8ea5a9.js → _object-sap-964b6feb.js} +1 -1
  249. package/dist/esm/{_object-to-array-c54dd835.js → _object-to-array-7e804fce.js} +1 -1
  250. package/dist/esm/{core.get-iterator-method-86d4db69.js → _to-object-a4107da3.js} +1 -230
  251. package/dist/esm/{asyncToGenerator-7bf8bc4d.js → asyncToGenerator-fc1c2e29.js} +5 -3
  252. package/dist/esm/{brightcove-react-player-loader.es-83f53e4e.js → brightcove-react-player-loader.es-e1c6b0f2.js} +3 -3
  253. package/dist/esm/core.get-iterator-method-e1de7503.js +36 -0
  254. package/dist/esm/{define-property-6d26cb48.js → define-property-8af5f002.js} +1 -1
  255. package/dist/esm/{defineProperty-d7d9b577.js → defineProperty-94fd8bfc.js} +1 -1
  256. package/dist/esm/es6.string.iterator-c990c18c.js +201 -0
  257. package/dist/esm/{extends-5b1796d4.js → extends-6f2fcc99.js} +1 -1
  258. package/dist/esm/faundadb.js +7 -5
  259. package/dist/esm/getQuery.js +2 -2
  260. package/dist/esm/getRelatedArticle.js +6 -4
  261. package/dist/esm/getRootDocGroup.js +6 -4
  262. package/dist/esm/getSerializers.js +25 -23
  263. package/dist/esm/{getTargeting-277c801e.js → getTargeting-88d69971.js} +11 -11
  264. package/dist/esm/getTargeting.js +7 -5
  265. package/dist/esm/{index-73819142.js → index-51a80699.js} +20 -19
  266. package/dist/esm/{index-5f7e79e7.js → index-6c12bdd5.js} +4 -4
  267. package/dist/esm/{index-aaa2dae0.js → index-b68072f5.js} +10 -1
  268. package/dist/esm/{index-efc23b2b.js → index-bec35c6c.js} +911 -916
  269. package/dist/esm/{index-ef6d5dcf.js → index-d2f90501.js} +1 -1
  270. package/dist/esm/{index-41a678ea.js → index-f7fb1e25.js} +3 -3
  271. package/dist/esm/{index.es-29c1cef5.js → index.es-7dda2f0a.js} +8 -6
  272. package/dist/esm/{index.esm-29e48d38.js → index.esm-3fdda599.js} +6 -15
  273. package/dist/esm/{index.esm-fd746768.js → index.esm-8ee5ff72.js} +17 -18
  274. package/dist/esm/{index.esm-cf08bf18.js → index.esm-a8ff922c.js} +5 -12
  275. package/dist/esm/{index.esm-f8aaeeeb.js → index.esm-c6715e80.js} +3 -6
  276. package/dist/esm/index.js +69 -65
  277. package/dist/esm/{inherits-2409637d.js → inherits-75d45541.js} +5 -4
  278. package/dist/esm/{keys-69989821.js → keys-8eda7a5c.js} +2 -2
  279. package/dist/esm/{lodash-17fdfebb.js → lodash-ec8c6b48.js} +71 -22
  280. package/dist/esm/{main-e4a934b2.js → main-aef58dbc.js} +81 -50
  281. package/dist/esm/{md5-9be0e905.js → md5-4e42248e.js} +1 -1
  282. package/dist/esm/{moment-e2f9b20c.js → moment-12415288.js} +1 -1
  283. package/dist/esm/{react-social-icons-a7d5c5c7.js → react-social-icons-3822f1ce.js} +5 -5
  284. package/dist/esm/{slicedToArray-67a08c9c.js → slicedToArray-641f241f.js} +4 -2
  285. package/dist/esm/{stringify-70b72959.js → stringify-4330ccdc.js} +1 -1
  286. package/dist/esm/timeDifferenceCalc.js +1 -1
  287. package/dist/esm/{toConsumableArray-32282905.js → toConsumableArray-43aa614d.js} +4 -2
  288. package/dist/esm/{typeof-c05a82ba.js → typeof-af9c50d8.js} +5 -4
  289. package/dist/esm/urlFor.js +2 -19
  290. package/dist/esm/{ustream-api-4c4fe0ba.js → ustream-api-9a50644d.js} +4 -4
  291. package/dist/esm/{visibility-sensor-72fd8f8b.js → visibility-sensor-f40c2564.js} +2 -2
  292. package/dist/esm/{web.dom.iterable-f8f967cd.js → web.dom.iterable-4439f05a.js} +2 -1
  293. package/package.json +111 -111
  294. package/dist/cjs/ConferenceBanner-4a16fddc.js +0 -23
  295. package/dist/cjs/_object-sap-171b9ea5.js +0 -16
  296. package/dist/cjs/inherits-8d29278d.js +0 -110
  297. package/dist/esm/inherits-77d5e4fc.js +0 -101
@@ -1,8 +1,10 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { v as core_getIteratorMethod, d as _ctx, k as _toLength, s as _anObject, h as _wks, q as _aFunction, l as _global, G as _cof, H as _domCreate, I as _html, b as _isObject, n as _hide, a as _core, e as _descriptors, g as _objectDp, p as _classof, _ as _export, o as _setToStringTag } from './core.get-iterator-method-86d4db69.js';
2
+ import { c as _ctx, h as _toLength, m as _anObject, l as _aFunction, i as _global, x as _cof, y as _domCreate, b as _isObject, k as _hide, a as _core, d as _descriptors, e as _objectDp, _ as _export } from './_to-object-a4107da3.js';
3
+ import { b as _wks, g as _html, c as _setToStringTag } from './es6.string.iterator-c990c18c.js';
3
4
  import { _ as _library } from './_library-528f1934.js';
4
- import { a as _isArrayIter, b as _iterCall, _ as _iterDetect } from './_iter-detect-130ee549.js';
5
- import './web.dom.iterable-f8f967cd.js';
5
+ import { a as _isArrayIter, b as _iterCall, _ as _iterDetect } from './_iter-detect-5d49a330.js';
6
+ import { c as core_getIteratorMethod, _ as _classof } from './core.get-iterator-method-e1de7503.js';
7
+ import './web.dom.iterable-4439f05a.js';
6
8
 
7
9
  var runtime = createCommonjsModule(function (module) {
8
10
  /**
@@ -1,5 +1,5 @@
1
1
  import { a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
 
4
4
  var slice = Array.prototype.slice;
5
5
 
@@ -2216,10 +2216,10 @@ function (_React$Component) {
2216
2216
  ref: this.setRefNode
2217
2217
  });
2218
2218
 
2219
- return React__default.createElement('div', props);
2219
+ return React.createElement('div', props);
2220
2220
  };
2221
2221
 
2222
2222
  return ReactPlayerLoader;
2223
- }(React__default.Component);
2223
+ }(React.Component);
2224
2224
 
2225
2225
  export { ReactPlayerLoader as R };
@@ -0,0 +1,36 @@
1
+ import { x as _cof, a as _core } from './_to-object-a4107da3.js';
2
+ import { b as _wks, e as _iterators } from './es6.string.iterator-c990c18c.js';
3
+
4
+ // getting tag from 19.1.3.6 Object.prototype.toString()
5
+
6
+ var TAG = _wks('toStringTag');
7
+ // ES3 wrong here
8
+ var ARG = _cof(function () { return arguments; }()) == 'Arguments';
9
+
10
+ // fallback for IE11 Script Access Denied error
11
+ var tryGet = function (it, key) {
12
+ try {
13
+ return it[key];
14
+ } catch (e) { /* empty */ }
15
+ };
16
+
17
+ var _classof = function (it) {
18
+ var O, T, B;
19
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
20
+ // @@toStringTag case
21
+ : typeof (T = tryGet(O = Object(it), TAG)) == 'string' ? T
22
+ // builtinTag case
23
+ : ARG ? _cof(O)
24
+ // ES3 arguments fallback
25
+ : (B = _cof(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : B;
26
+ };
27
+
28
+ var ITERATOR = _wks('iterator');
29
+
30
+ var core_getIteratorMethod = _core.getIteratorMethod = function (it) {
31
+ if (it != undefined) return it[ITERATOR]
32
+ || it['@@iterator']
33
+ || _iterators[_classof(it)];
34
+ };
35
+
36
+ export { _classof as _, core_getIteratorMethod as c };
@@ -1,5 +1,5 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { _ as _export, g as _objectDp, e as _descriptors, a as _core } from './core.get-iterator-method-86d4db69.js';
2
+ import { _ as _export, e as _objectDp, d as _descriptors, a as _core } from './_to-object-a4107da3.js';
3
3
 
4
4
  // 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
5
5
  _export(_export.S + _export.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
@@ -1,5 +1,5 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { d as defineProperty$1 } from './define-property-6d26cb48.js';
2
+ import { d as defineProperty$1 } from './define-property-8af5f002.js';
3
3
 
4
4
  var defineProperty = createCommonjsModule(function (module, exports) {
5
5
 
@@ -0,0 +1,201 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { z as _defined, A as _toInteger, k as _hide, d as _descriptors, m as _anObject, n as _objectKeys, e as _objectDp, i as _global, B as _sharedKey, y as _domCreate, q as _enumBugKeys, v as _shared, w as _uid, u as _has, o as _propertyDesc, f as _toObject, _ as _export } from './_to-object-a4107da3.js';
3
+
4
+ // true -> String#at
5
+ // false -> String#codePointAt
6
+ var _stringAt = function (TO_STRING) {
7
+ return function (that, pos) {
8
+ var s = String(_defined(that));
9
+ var i = _toInteger(pos);
10
+ var l = s.length;
11
+ var a, b;
12
+ if (i < 0 || i >= l) return TO_STRING ? '' : undefined;
13
+ a = s.charCodeAt(i);
14
+ return a < 0xd800 || a > 0xdbff || i + 1 === l || (b = s.charCodeAt(i + 1)) < 0xdc00 || b > 0xdfff
15
+ ? TO_STRING ? s.charAt(i) : a
16
+ : TO_STRING ? s.slice(i, i + 2) : (a - 0xd800 << 10) + (b - 0xdc00) + 0x10000;
17
+ };
18
+ };
19
+
20
+ var _redefine = _hide;
21
+
22
+ var _iterators = {};
23
+
24
+ var _objectDps = _descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
25
+ _anObject(O);
26
+ var keys = _objectKeys(Properties);
27
+ var length = keys.length;
28
+ var i = 0;
29
+ var P;
30
+ while (length > i) _objectDp.f(O, P = keys[i++], Properties[P]);
31
+ return O;
32
+ };
33
+
34
+ var document = _global.document;
35
+ var _html = document && document.documentElement;
36
+
37
+ // 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
38
+
39
+
40
+
41
+ var IE_PROTO = _sharedKey('IE_PROTO');
42
+ var Empty = function () { /* empty */ };
43
+ var PROTOTYPE = 'prototype';
44
+
45
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
46
+ var createDict = function () {
47
+ // Thrash, waste and sodomy: IE GC bug
48
+ var iframe = _domCreate('iframe');
49
+ var i = _enumBugKeys.length;
50
+ var lt = '<';
51
+ var gt = '>';
52
+ var iframeDocument;
53
+ iframe.style.display = 'none';
54
+ _html.appendChild(iframe);
55
+ iframe.src = 'javascript:'; // eslint-disable-line no-script-url
56
+ // createDict = iframe.contentWindow.Object;
57
+ // html.removeChild(iframe);
58
+ iframeDocument = iframe.contentWindow.document;
59
+ iframeDocument.open();
60
+ iframeDocument.write(lt + 'script' + gt + 'document.F=Object' + lt + '/script' + gt);
61
+ iframeDocument.close();
62
+ createDict = iframeDocument.F;
63
+ while (i--) delete createDict[PROTOTYPE][_enumBugKeys[i]];
64
+ return createDict();
65
+ };
66
+
67
+ var _objectCreate = Object.create || function create(O, Properties) {
68
+ var result;
69
+ if (O !== null) {
70
+ Empty[PROTOTYPE] = _anObject(O);
71
+ result = new Empty();
72
+ Empty[PROTOTYPE] = null;
73
+ // add "__proto__" for Object.getPrototypeOf polyfill
74
+ result[IE_PROTO] = O;
75
+ } else result = createDict();
76
+ return Properties === undefined ? result : _objectDps(result, Properties);
77
+ };
78
+
79
+ var _wks = createCommonjsModule(function (module) {
80
+ var store = _shared('wks');
81
+
82
+ var Symbol = _global.Symbol;
83
+ var USE_SYMBOL = typeof Symbol == 'function';
84
+
85
+ var $exports = module.exports = function (name) {
86
+ return store[name] || (store[name] =
87
+ USE_SYMBOL && Symbol[name] || (USE_SYMBOL ? Symbol : _uid)('Symbol.' + name));
88
+ };
89
+
90
+ $exports.store = store;
91
+ });
92
+
93
+ var def = _objectDp.f;
94
+
95
+ var TAG = _wks('toStringTag');
96
+
97
+ var _setToStringTag = function (it, tag, stat) {
98
+ if (it && !_has(it = stat ? it : it.prototype, TAG)) def(it, TAG, { configurable: true, value: tag });
99
+ };
100
+
101
+ var IteratorPrototype = {};
102
+
103
+ // 25.1.2.1.1 %IteratorPrototype%[@@iterator]()
104
+ _hide(IteratorPrototype, _wks('iterator'), function () { return this; });
105
+
106
+ var _iterCreate = function (Constructor, NAME, next) {
107
+ Constructor.prototype = _objectCreate(IteratorPrototype, { next: _propertyDesc(1, next) });
108
+ _setToStringTag(Constructor, NAME + ' Iterator');
109
+ };
110
+
111
+ // 19.1.2.9 / 15.2.3.2 Object.getPrototypeOf(O)
112
+
113
+
114
+ var IE_PROTO$1 = _sharedKey('IE_PROTO');
115
+ var ObjectProto = Object.prototype;
116
+
117
+ var _objectGpo = Object.getPrototypeOf || function (O) {
118
+ O = _toObject(O);
119
+ if (_has(O, IE_PROTO$1)) return O[IE_PROTO$1];
120
+ if (typeof O.constructor == 'function' && O instanceof O.constructor) {
121
+ return O.constructor.prototype;
122
+ } return O instanceof Object ? ObjectProto : null;
123
+ };
124
+
125
+ var ITERATOR = _wks('iterator');
126
+ var BUGGY = !([].keys && 'next' in [].keys()); // Safari has buggy iterators w/o `next`
127
+ var FF_ITERATOR = '@@iterator';
128
+ var KEYS = 'keys';
129
+ var VALUES = 'values';
130
+
131
+ var returnThis = function () { return this; };
132
+
133
+ var _iterDefine = function (Base, NAME, Constructor, next, DEFAULT, IS_SET, FORCED) {
134
+ _iterCreate(Constructor, NAME, next);
135
+ var getMethod = function (kind) {
136
+ if (!BUGGY && kind in proto) return proto[kind];
137
+ switch (kind) {
138
+ case KEYS: return function keys() { return new Constructor(this, kind); };
139
+ case VALUES: return function values() { return new Constructor(this, kind); };
140
+ } return function entries() { return new Constructor(this, kind); };
141
+ };
142
+ var TAG = NAME + ' Iterator';
143
+ var DEF_VALUES = DEFAULT == VALUES;
144
+ var VALUES_BUG = false;
145
+ var proto = Base.prototype;
146
+ var $native = proto[ITERATOR] || proto[FF_ITERATOR] || DEFAULT && proto[DEFAULT];
147
+ var $default = $native || getMethod(DEFAULT);
148
+ var $entries = DEFAULT ? !DEF_VALUES ? $default : getMethod('entries') : undefined;
149
+ var $anyNative = NAME == 'Array' ? proto.entries || $native : $native;
150
+ var methods, key, IteratorPrototype;
151
+ // Fix native
152
+ if ($anyNative) {
153
+ IteratorPrototype = _objectGpo($anyNative.call(new Base()));
154
+ if (IteratorPrototype !== Object.prototype && IteratorPrototype.next) {
155
+ // Set @@toStringTag to native iterators
156
+ _setToStringTag(IteratorPrototype, TAG, true);
157
+ }
158
+ }
159
+ // fix Array#{values, @@iterator}.name in V8 / FF
160
+ if (DEF_VALUES && $native && $native.name !== VALUES) {
161
+ VALUES_BUG = true;
162
+ $default = function values() { return $native.call(this); };
163
+ }
164
+ // Define iterator
165
+ if (( FORCED) && (BUGGY || VALUES_BUG || !proto[ITERATOR])) {
166
+ _hide(proto, ITERATOR, $default);
167
+ }
168
+ // Plug for library
169
+ _iterators[NAME] = $default;
170
+ _iterators[TAG] = returnThis;
171
+ if (DEFAULT) {
172
+ methods = {
173
+ values: DEF_VALUES ? $default : getMethod(VALUES),
174
+ keys: IS_SET ? $default : getMethod(KEYS),
175
+ entries: $entries
176
+ };
177
+ if (FORCED) for (key in methods) {
178
+ if (!(key in proto)) _redefine(proto, key, methods[key]);
179
+ } else _export(_export.P + _export.F * (BUGGY || VALUES_BUG), NAME, methods);
180
+ }
181
+ return methods;
182
+ };
183
+
184
+ var $at = _stringAt(true);
185
+
186
+ // 21.1.3.27 String.prototype[@@iterator]()
187
+ _iterDefine(String, 'String', function (iterated) {
188
+ this._t = String(iterated); // target
189
+ this._i = 0; // next index
190
+ // 21.1.5.2.1 %StringIteratorPrototype%.next()
191
+ }, function () {
192
+ var O = this._t;
193
+ var index = this._i;
194
+ var point;
195
+ if (index >= O.length) return { value: undefined, done: true };
196
+ point = $at(O, index);
197
+ this._i += point.length;
198
+ return { value: point, done: false };
199
+ });
200
+
201
+ export { _objectCreate as _, _iterDefine as a, _wks as b, _setToStringTag as c, _objectGpo as d, _iterators as e, _redefine as f, _html as g };
@@ -1,5 +1,5 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { m as _fails, i as _toObject, j as _iobject, t as _objectKeys, e as _descriptors, _ as _export, a as _core } from './core.get-iterator-method-86d4db69.js';
2
+ import { j as _fails, f as _toObject, g as _iobject, n as _objectKeys, d as _descriptors, _ as _export, a as _core } from './_to-object-a4107da3.js';
3
3
  import { _ as _objectGops, a as _objectPie } from './_object-pie-33c40e79.js';
4
4
 
5
5
  // 19.1.2.1 Object.assign(target, source, ...)
@@ -1,10 +1,12 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './es6.string.iterator-c990c18c.js';
3
4
  import './_library-528f1934.js';
4
- import './_iter-detect-130ee549.js';
5
- import './web.dom.iterable-f8f967cd.js';
6
- import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
7
- import { m as md5 } from './md5-9be0e905.js';
5
+ import './_iter-detect-5d49a330.js';
6
+ import './core.get-iterator-method-e1de7503.js';
7
+ import './web.dom.iterable-4439f05a.js';
8
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-fc1c2e29.js';
9
+ import { m as md5 } from './md5-4e42248e.js';
8
10
 
9
11
  var encrypt = function () {
10
12
  var _ref = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(password) {
@@ -8,9 +8,9 @@ var getQuery = function getQuery(type) {
8
8
 
9
9
  switch (type) {
10
10
  case 'related':
11
- return '*[\n _type == "article"\n && defined(title)\n && defined(url)\n && !(_id in path("drafts.**"))\n && is_visible == true\n && defined(published) \n && dateTime(published) <= dateTime(now())\n && passwordLock!=true\n && taxonomyMapping[]._ref in $taxonomy\n && taxonomyMapping[].disableAds != \'true\'\n && contentCategory->.name != \'Poll\'\n && contentCategory->.name != \'Slideshows\'\n && contentCategory->.disableAds != \'true\'\n && ExcludeFromInfiniteScroll !=true\n && url.current != $url\n && !defined(body[].videos)\n ' + conditions + '\n ]| order(published desc)[' + (articleCount ? articleCount : '$index') + ']{\n ' + params + '\n title,\n published,\n summary,\n thumbnail,\n ...,\n passwordLock,\n password,\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n body[] {\n ...,\n asset->,\n images[]{\n ...,\n asset->\n },\n content[]{\n ...,\n asset->\n },\n videos[]{\n ...,\n thumbnail{\n _type,\n asset->\n }\n },\n response[]{\n ...,\n asset->\n },\n quizzes[]{\n ...,\n answer[]{\n ...,\n asset->\n },\n question[]{\n ...,\n asset->\n }\n },\n poster {\n _type,\n asset->\n },\n slides[]{\n ...,\n slideshowImage{\n ...,\n asset->\n }\n },\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n }\n },\n \'content_placement\': taxonomyMapping[]-> {\n _id,\n \'ancestor\': parent->parent->identifier,\n \'parent\': parent->identifier,\n \'name\': name,\n \'path\': identifier,\n disableAds,\n showSocialShare\n },\n documentGroup-> {\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n documentGroupMapping[]-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n \'issue\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.issueGroup._ref][0] {\n name,\n \'path\': identifier.current,\n \'publication\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.parent._ref][0] {\n name,\n \'path\': identifier.current\n },\n \'url\' : pdf.asset-> url\n }\n }';
11
+ return '*[\n _type == "article"\n && defined(title)\n && defined(url)\n && !(_id in path("drafts.**"))\n && is_visible == true\n && defined(published) \n && dateTime(published) <= dateTime(now())\n && passwordLock!=true\n && taxonomyMapping[]._ref in $taxonomy\n && taxonomyMapping[].disableAds != \'true\'\n && contentCategory->.name != \'Poll\'\n && contentCategory->.name != \'Slideshows\'\n && contentCategory->.disableAds != \'true\'\n && ExcludeFromInfiniteScroll !=true\n && url.current != $url\n && !defined(body[].videos)\n ' + conditions + '\n ]| order(published desc)[' + (articleCount ? articleCount : '$index') + ']{\n ' + params + '\n title,\n published,\n summary,\n thumbnail,\n ...,\n passwordLock,\n password,\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n body[] {\n ...,\n slides[]{\n ...,\n slideshowImage{\n ...,\n "width": asset->.metadata.dimensions.width,\n "height": asset->.metadata.dimensions.height,\n }\n },\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n }\n },\n \'content_placement\': taxonomyMapping[]-> {\n _id,\n \'ancestor\': parent->parent->identifier,\n \'parent\': parent->identifier,\n \'name\': name,\n \'path\': identifier,\n disableAds,\n showSocialShare\n },\n documentGroup-> {\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n documentGroupMapping[]-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n \'issue\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.issueGroup._ref][0] {\n name,\n \'path\': identifier.current,\n \'publication\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.parent._ref][0] {\n name,\n \'path\': identifier.current\n },\n \'url\' : pdf.asset-> url\n }\n }';
12
12
  case 'article':
13
- return '*[\n _type == "article"\n && !(_id in path("drafts.**"))\n && defined(title)\n && defined(url)\n && is_visible != false\n && url.current == $url\n ' + conditions + '\n ][0]{\n ' + params + '\n title,\n published,\n summary,\n thumbnail,\n ...,\n passwordLock,\n password,\n issueGroup-> { _id, name, identifier, parent-> },\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n body[] {\n ...,\n asset->,\n images[]{\n ...,\n asset->\n },\n content[]{\n ...,\n asset->\n },\n videos[]{\n ...,\n thumbnail{\n _type,\n asset->\n }\n },\n response[]{\n ...,\n asset->\n },\n quizzes[]{\n ...,\n answer[]{\n ...,\n asset->\n },\n question[]{\n ...,\n asset->\n }\n },\n poster {\n _type,\n asset->\n },\n slides[]{\n ...,\n slideshowImage{\n ...,\n asset->\n }\n },\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n },\n medias[]{\n ...,\n upload_doc {\n _type,\n asset-> \n },\n poster {\n _type,\n asset-> \n }\n },\n articles[]{\n ...,\n thumbnail{\n ...,\n asset-> \n },\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n text[]{\n ...,\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n },\n }\n }\n },\n \'content_placement\': taxonomyMapping[]-> {\n ...,\n \'ancestor\': parent->parent->identifier,\n \'parent\': parent->identifier,\n \'name\': name,\n \'path\': identifier,\n showSocialShare\n },\n documentGroup-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n isSeries,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n documentGroupMapping[]-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current\n },\n \'category\':contentCategory->{\n name,\n disableAds\n },\n \'issue\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.issueGroup._ref][0] {\n name,\n volume,\n \'issueNumber\': number,\n \'articleSource\': source,\n \'path\': identifier.current,\n \'publication\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.parent._ref][0] {\n name,\n \'path\': identifier.current\n },\n \'url\' : pdf.asset-> url\n }\n\n }';
13
+ return '*[\n _type == "article"\n && !(_id in path("drafts.**"))\n && defined(title)\n && defined(url)\n && is_visible != false\n && url.current == $url\n ' + conditions + '\n ][0]{\n ' + params + '\n title,\n published,\n summary,\n thumbnail,\n ...,\n passwordLock,\n password,\n issueGroup-> { _id, name, identifier, parent-> },\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n body[] {\n ...,\n slides[]{\n ...,\n slideshowImage{\n ...,\n "width": asset->.metadata.dimensions.width,\n "height": asset->.metadata.dimensions.height,\n }\n },\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n },\n medias[]{\n ...,\n upload_doc {\n _type,\n asset-> \n } \n },\n articles[]{\n ...,\n "authorDetails": authorMapping[]->{ displayName, url, profileImage, biography, showSocialShare },\n text[]{\n ...,\n upload_doc {\n _type,\n asset->\n },\n uploadAudio {\n _type,\n asset->\n },\n }\n }\n },\n \'content_placement\': taxonomyMapping[]-> {\n ...,\n \'ancestor\': parent->parent->identifier,\n \'parent\': parent->identifier,\n \'name\': name,\n \'path\': identifier,\n showSocialShare\n },\n documentGroup-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n isSeries,\n showSocialShare,\n \'path\': identifier.current,\n adTargetingURL\n },\n documentGroupMapping[]-> {\n _id,\n name,\n thumbnail,\n parent->{...,parent->},\n isShow,\n showSocialShare,\n \'path\': identifier.current\n },\n \'category\':contentCategory->{\n name,\n disableAds\n },\n \'issue\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.issueGroup._ref][0] {\n name,\n volume,\n \'issueNumber\': number,\n \'articleSource\': source,\n \'path\': identifier.current,\n \'publication\' : *[_type == \'publication\' && !(_id in path("drafts.**")) && is_visible == true && _id == ^.parent._ref][0] {\n name,\n \'path\': identifier.current\n },\n \'url\' : pdf.asset-> url\n }\n\n }';
14
14
  case 'publication':
15
15
  return '*[_type == \'publication\'\n && identifier.current == $publication\n ' + conditions + '][0] {\n ' + params + '\n ...,\n \'issues\': *[_type == \'publication\'\n && is_visible\n && references(^._id)\n && defined(identifier)] {\n ...,\n taxonomyMapping[]->,\n pdf{asset->},\n } | order(year desc, month desc)\n }';
16
16
  case 'issue':
@@ -1,9 +1,11 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './es6.string.iterator-c990c18c.js';
3
4
  import './_library-528f1934.js';
4
- import './_iter-detect-130ee549.js';
5
- import './web.dom.iterable-f8f967cd.js';
6
- import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
5
+ import './_iter-detect-5d49a330.js';
6
+ import './core.get-iterator-method-e1de7503.js';
7
+ import './web.dom.iterable-4439f05a.js';
8
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-fc1c2e29.js';
7
9
  import { c as cookie } from './index-db3bb315.js';
8
10
  import getQuery from './getQuery.js';
9
11
 
@@ -1,9 +1,11 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './es6.string.iterator-c990c18c.js';
3
4
  import './_library-528f1934.js';
4
- import './_iter-detect-130ee549.js';
5
- import './web.dom.iterable-f8f967cd.js';
6
- import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7bf8bc4d.js';
5
+ import './_iter-detect-5d49a330.js';
6
+ import './core.get-iterator-method-e1de7503.js';
7
+ import './web.dom.iterable-4439f05a.js';
8
+ import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-fc1c2e29.js';
7
9
 
8
10
  var _this = undefined;
9
11
 
@@ -1,54 +1,56 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './es6.string.iterator-c990c18c.js';
3
4
  import './_library-528f1934.js';
4
- import './_iter-detect-130ee549.js';
5
- import './toConsumableArray-32282905.js';
5
+ import './_iter-detect-5d49a330.js';
6
+ import './toConsumableArray-43aa614d.js';
7
+ import './core.get-iterator-method-e1de7503.js';
6
8
  import './_object-pie-33c40e79.js';
7
- import './extends-5b1796d4.js';
8
- import './_object-sap-8b8ea5a9.js';
9
- import './inherits-2409637d.js';
10
- import './define-property-6d26cb48.js';
11
- import './web.dom.iterable-f8f967cd.js';
12
- import './typeof-c05a82ba.js';
13
- import './_is-array-4df618a6.js';
9
+ import './extends-6f2fcc99.js';
10
+ import './_object-sap-964b6feb.js';
11
+ import './inherits-75d45541.js';
12
+ import './define-property-8af5f002.js';
13
+ import './web.dom.iterable-4439f05a.js';
14
+ import './typeof-af9c50d8.js';
15
+ import './_is-array-58e95429.js';
14
16
  import 'react';
15
17
  import './events-6c3a7a63.js';
16
- import './index-41a678ea.js';
18
+ import './index-f7fb1e25.js';
17
19
  import 'prop-types';
18
20
  import 'react-bootstrap/Row';
19
21
  import 'react-bootstrap/Col';
20
- import './moment-e2f9b20c.js';
22
+ import './moment-12415288.js';
21
23
  import 'next/router';
22
24
  import './isSymbol-1981418f.js';
23
25
  import './debounce-9207d8ee.js';
24
26
  import './toNumber-2f7a84cd.js';
25
27
  import 'react-dom';
26
- import './slicedToArray-67a08c9c.js';
27
- import './index-73819142.js';
28
+ import './index-51a80699.js';
28
29
  import './urlFor.js';
29
- import './index-5f7e79e7.js';
30
- import './main-e4a934b2.js';
30
+ import './index-6c12bdd5.js';
31
+ import './main-aef58dbc.js';
31
32
  import './entities-7cc3bf45.js';
32
- import './stringify-70b72959.js';
33
- import './asyncToGenerator-7bf8bc4d.js';
33
+ import './slicedToArray-641f241f.js';
34
+ import './stringify-4330ccdc.js';
35
+ import './asyncToGenerator-fc1c2e29.js';
34
36
  import './Segment.js';
35
37
  import './Beam.js';
36
38
  import './AdSlot.js';
37
39
  import 'react-bootstrap/Button';
38
- import './BlockContent-e9b4ddcf.js';
40
+ import './BlockContent-d05b5b23.js';
39
41
  import './index-c7e2ac95.js';
40
42
  import './smoothscroll-0cd4c7a6.js';
41
43
  import './GroupDeck.js';
42
44
  import 'react-bootstrap';
43
45
  import './iconBase-602d52fe.js';
44
- import './index.esm-29e48d38.js';
45
- export { g as default } from './index-efc23b2b.js';
46
+ import './index.esm-3fdda599.js';
47
+ export { g as default } from './index-bec35c6c.js';
46
48
  import './util-7700fc59.js';
47
- import './brightcove-react-player-loader.es-83f53e4e.js';
49
+ import './brightcove-react-player-loader.es-e1c6b0f2.js';
48
50
  import 'next/head';
49
51
  import 'react-share';
50
52
  import './SocialShare.js';
51
- import './_object-to-array-c54dd835.js';
53
+ import './_object-to-array-7e804fce.js';
52
54
  import 'react-bootstrap/Pagination';
53
55
  import 'react-bootstrap/Figure';
54
56
  import 'react-bootstrap/OverlayTrigger';
@@ -1,19 +1,19 @@
1
- import { _ as _toConsumableArray } from './toConsumableArray-32282905.js';
2
- import { _ as _extends } from './extends-5b1796d4.js';
1
+ import { _ as _toConsumableArray } from './toConsumableArray-43aa614d.js';
2
+ import { _ as _extends } from './extends-6f2fcc99.js';
3
3
 
4
4
  var getContentPlacementUrl = function getContentPlacementUrl(cp) {
5
- var cp_url = '';
6
- if (cp.ancestor && typeof cp.ancestor == 'string') {
7
- cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
8
- }
5
+ var cp_url = '';
6
+ if (cp.ancestor && typeof cp.ancestor == 'string') {
7
+ cp_url += (cp_url === '' ? '' : '/') + cp.ancestor;
8
+ }
9
9
 
10
- if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
11
- cp_url += (cp_url === '' ? '' : '/') + cp.parent;
12
- }
10
+ if (!cp.ancestor && cp.parent && typeof cp.parent == 'string') {
11
+ cp_url += (cp_url === '' ? '' : '/') + cp.parent;
12
+ }
13
13
 
14
- cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
14
+ cp_url += (cp_url === '' ? '' : '/') + (cp.adTargetingURL ? adTargetingURL : cp.path);
15
15
 
16
- return cp_url;
16
+ return cp_url;
17
17
  };
18
18
 
19
19
  var getTargeting = function getTargeting(props) {
@@ -1,7 +1,9 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
3
- import './_iter-detect-130ee549.js';
4
- import './toConsumableArray-32282905.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './es6.string.iterator-c990c18c.js';
4
+ import './_iter-detect-5d49a330.js';
5
+ import './toConsumableArray-43aa614d.js';
6
+ import './core.get-iterator-method-e1de7503.js';
5
7
  import './_object-pie-33c40e79.js';
6
- import './extends-5b1796d4.js';
7
- export { g as default } from './getTargeting-277c801e.js';
8
+ import './extends-6f2fcc99.js';
9
+ export { g as default } from './getTargeting-88d69971.js';