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

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 +297 -295
  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 +263 -261
  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,9 +1,10 @@
1
1
  import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import { h as _wks, a as _core, g as _objectDp, t as _objectKeys, x as _objectKeysInternal, y as _enumBugKeys, z as _toIobject, e as _descriptors, A as _toPrimitive, B as _ie8DomDefine, C as _has, u as _propertyDesc, l as _global, D as _shared, m as _fails, E as _uid, F as _redefine, _ as _export, n as _hide, o as _setToStringTag, c as _objectCreate, s as _anObject, i as _toObject, b as _isObject } from './core.get-iterator-method-86d4db69.js';
2
+ import { a as _core, e as _objectDp, n as _objectKeys, p as _objectKeysInternal, q as _enumBugKeys, r as _toIobject, d as _descriptors, s as _toPrimitive, t as _ie8DomDefine, u as _has, o as _propertyDesc, i as _global, v as _shared, j as _fails, w as _uid, _ as _export, k as _hide, m as _anObject, f as _toObject, b as _isObject } from './_to-object-a4107da3.js';
3
+ import { b as _wks, f as _redefine, c as _setToStringTag, _ as _objectCreate } from './es6.string.iterator-c990c18c.js';
3
4
  import { _ as _library } from './_library-528f1934.js';
4
5
  import { _ as _objectGops, a as _objectPie } from './_object-pie-33c40e79.js';
5
- import './web.dom.iterable-f8f967cd.js';
6
- import { _ as _meta, a as _isArray } from './_is-array-4df618a6.js';
6
+ import './web.dom.iterable-4439f05a.js';
7
+ import { _ as _meta, a as _isArray } from './_is-array-58e95429.js';
7
8
 
8
9
  var f = _wks;
9
10
 
@@ -247,7 +248,7 @@ if (!USE_NATIVE) {
247
248
  _objectGops.f = $getOwnPropertySymbols;
248
249
 
249
250
  if (_descriptors && !_library) {
250
- _redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable, true);
251
+ _redefine(ObjectProto, 'propertyIsEnumerable', $propertyIsEnumerable);
251
252
  }
252
253
 
253
254
  _wksExt.f = function (name) {
@@ -1,8 +1,5 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
3
- import './web.dom.iterable-f8f967cd.js';
4
- import { _ as _slicedToArray } from './slicedToArray-67a08c9c.js';
5
- import { i as imageUrlBuilder } from './index-73819142.js';
2
+ import { i as imageUrlBuilder } from './index-51a80699.js';
6
3
 
7
4
  // Sanity image auto formating
8
5
 
@@ -43,21 +40,7 @@ function urlFor(_ref) {
43
40
  if (imageHeight) url = url.height(imageHeight);
44
41
  if (imageMaxHeight) url = url.maxHeight(imageMaxHeight);
45
42
  if (imageFit) url = url.fit(imageFit);
46
- url = url.auto('format').url();
47
-
48
- // Appending file name in URL
49
- var originalFilename = source && source.originalFilename ? source.originalFilename : source && source.asset && source.asset.originalFilename && source.asset.originalFilename;
50
- if (originalFilename) {
51
- var _url$split = url.split('?'),
52
- _url$split2 = _slicedToArray(_url$split, 2),
53
- path = _url$split2[0],
54
- queryString = _url$split2[1];
55
-
56
- originalFilename = encodeURIComponent(originalFilename);
57
- url = queryString ? path + '/' + originalFilename + '?' + queryString : path + '/' + originalFilename;
58
- }
59
-
60
- return url;
43
+ return url.auto('format').url();
61
44
  }
62
45
 
63
46
  export default urlFor;
@@ -1,8 +1,8 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './core.get-iterator-method-86d4db69.js';
3
- import './_object-sap-8b8ea5a9.js';
4
- import { _ as _JSON$stringify } from './stringify-70b72959.js';
5
- import { _ as _Object$keys } from './keys-69989821.js';
2
+ import './_to-object-a4107da3.js';
3
+ import './_object-sap-964b6feb.js';
4
+ import { _ as _JSON$stringify } from './stringify-4330ccdc.js';
5
+ import { _ as _Object$keys } from './keys-8eda7a5c.js';
6
6
 
7
7
  var UstreamEmbed = function () {
8
8
  function a(a) {
@@ -1,10 +1,10 @@
1
1
  import { c as createCommonjsModule, a as commonjsGlobal, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
2
- import React__default from 'react';
2
+ import React from 'react';
3
3
  import ReactDOM from 'react-dom';
4
4
 
5
5
  var visibilitySensor = createCommonjsModule(function (module, exports) {
6
6
  (function webpackUniversalModuleDefinition(root, factory) {
7
- module.exports = factory(React__default, ReactDOM);
7
+ module.exports = factory(React, ReactDOM);
8
8
  })(commonjsGlobal, function(__WEBPACK_EXTERNAL_MODULE__1__, __WEBPACK_EXTERNAL_MODULE__2__) {
9
9
  return /******/ (function(modules) { // webpackBootstrap
10
10
  /******/ // The module cache
@@ -1,4 +1,5 @@
1
- import { f as _iterDefine, w as _iterators, z as _toIobject, h as _wks, l as _global, n as _hide } from './core.get-iterator-method-86d4db69.js';
1
+ import { r as _toIobject, i as _global, k as _hide } from './_to-object-a4107da3.js';
2
+ import { a as _iterDefine, e as _iterators, b as _wks } from './es6.string.iterator-c990c18c.js';
2
3
 
3
4
  var _iterStep = function (done, value) {
4
5
  return { value: value, done: !!done };
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "@mjhls/mjh-framework",
3
- "version": "1.0.866-beta.0",
4
- "description": "Foundation Framework",
5
- "author": "mjh-framework",
6
- "license": "MIT",
7
- "repository": {
8
- "type": "git",
9
- "url": "https://github.com/MJHLS/mjh-framework.git"
10
- },
11
- "main": "dist/cjs/index.js",
12
- "module": "dist/esm/index.js",
13
- "engines": {
14
- "node": ">=8",
15
- "npm": ">=5"
16
- },
17
- "scripts": {
18
- "clean": "rimraf dist",
19
- "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
- "test:watch": "react-scripts test --env=jsdom",
21
- "build": "npm run clean && rollup -c",
22
- "start": "npm run clean && rollup -c -w",
23
- "prepare": "yarn run build",
24
- "predeploy": "cd example && yarn install && yarn run build",
25
- "deploy": "gh-pages -d example/build"
26
- },
27
- "peerDependencies": {
28
- "disqus-react": "^1.0.11",
29
- "next": "^9.0.0",
30
- "prop-types": "^15.5.4",
31
- "react": "^15.0.0 || ^16.0.0",
32
- "react-bootstrap": "^1.0.0-beta.14",
33
- "react-dom": "^15.0.0 || ^16.0.0",
34
- "react-share": "^4.0.1"
35
- },
36
- "devDependencies": {
37
- "@brightcove/react-player-loader": "^1.4.0",
38
- "@rollup/plugin-json": "^4.0.3",
39
- "@sanity/block-content-to-react": "^2.0.7",
40
- "@sanity/image-url": "^0.140.15",
41
- "@svgr/rollup": "2.4.1",
42
- "babel-core": "^6.26.3",
43
- "babel-eslint": "^8.2.5",
44
- "babel-plugin-external-helpers": "^6.22.0",
45
- "babel-plugin-transform-runtime": "^6.23.0",
46
- "babel-preset-env": "^1.7.0",
47
- "babel-preset-react": "^6.24.1",
48
- "babel-preset-stage-0": "^6.24.1",
49
- "cross-env": "^5.1.4",
50
- "eslint": "^5.0.1",
51
- "eslint-config-standard": "^11.0.0",
52
- "eslint-config-standard-react": "^6.0.0",
53
- "eslint-plugin-import": "^2.13.0",
54
- "eslint-plugin-node": "^7.0.1",
55
- "eslint-plugin-promise": "^4.0.0",
56
- "eslint-plugin-react": "^7.10.0",
57
- "eslint-plugin-react-hooks": "^2.3.0",
58
- "eslint-plugin-standard": "^3.1.0",
59
- "get-youtube-id": "^1.0.1",
60
- "gh-pages": "^1.2.0",
61
- "lodash": "^4.17.15",
62
- "md5": "^2.2.1",
63
- "moment": "^2.26.0",
64
- "moment-timezone": "^0.5.31",
65
- "next": "^9.2.0",
66
- "react": "^16.12.0",
67
- "react-bootstrap": "1.4.0",
68
- "react-device-detect": "^1.11.14",
69
- "react-dfp": "^0.19.0",
70
- "react-dom": "^16.12.0",
71
- "react-facebook": "^8.1.4",
72
- "react-icons": "^3.8.0",
73
- "react-infinite-scroll-component": "^5.0.4",
74
- "react-lazyload": "^2.6.5",
75
- "react-player": "^1.15.2",
76
- "react-scripts": "^1.1.4",
77
- "react-share": "^4.0.1",
78
- "react-social-icons": "^4.1.0",
79
- "react-visibility-sensor": "^5.1.1",
80
- "react-youtube": "^7.9.0",
81
- "rimraf": "^3.0.2",
82
- "rollup": "^2.7.3",
83
- "rollup-plugin-babel": "3.0.7",
84
- "rollup-plugin-commonjs": "9.3.4",
85
- "rollup-plugin-node-builtins": "2.1.2",
86
- "rollup-plugin-node-resolve": "3.4.0",
87
- "rollup-plugin-postcss": "1.6.3",
88
- "rollup-plugin-url": "1.4.0"
89
- },
90
- "files": [
91
- "dist"
92
- ],
93
- "dependencies": {
94
- "babel-polyfill": "^6.26.0",
95
- "cookie": "^0.4.1",
96
- "disqus-react": "^1.0.11",
97
- "faunadb": "^4.2.0",
98
- "js-cookie": "^2.2.1",
99
- "next-auth": "^3.2.0",
100
- "next-cookies": "^2.0.3",
101
- "nookies": "^2.4.0",
102
- "react-cookies": "^0.1.1",
103
- "react-instantsearch-dom": "^6.10.3",
104
- "react-script-tag": "^1.1.2",
105
- "rollup-plugin-peer-deps-external": "^2.2.4",
106
- "shortid": "^2.2.15",
107
- "smoothscroll-polyfill": "^0.4.4",
108
- "striptags": "^3.1.1",
109
- "superagent": "^5.2.2"
110
- }
111
- }
1
+ {
2
+ "name": "@mjhls/mjh-framework",
3
+ "version": "1.0.866-d4d665.2",
4
+ "description": "Foundation Framework",
5
+ "author": "mjh-framework",
6
+ "license": "MIT",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "https://github.com/MJHLS/mjh-framework.git"
10
+ },
11
+ "main": "dist/cjs/index.js",
12
+ "module": "dist/esm/index.js",
13
+ "engines": {
14
+ "node": ">=8",
15
+ "npm": ">=5"
16
+ },
17
+ "scripts": {
18
+ "clean": "rimraf dist",
19
+ "test": "cross-env CI=1 react-scripts test --env=jsdom",
20
+ "test:watch": "react-scripts test --env=jsdom",
21
+ "build": "npm run clean && rollup -c",
22
+ "start": "npm run clean && rollup -c -w",
23
+ "prepare": "yarn run build",
24
+ "predeploy": "cd example && yarn install && yarn run build",
25
+ "deploy": "gh-pages -d example/build"
26
+ },
27
+ "peerDependencies": {
28
+ "disqus-react": "^1.0.11",
29
+ "next": "^9.0.0",
30
+ "prop-types": "^15.5.4",
31
+ "react": "^15.0.0 || ^16.0.0",
32
+ "react-bootstrap": "^1.0.0-beta.14",
33
+ "react-dom": "^15.0.0 || ^16.0.0",
34
+ "react-share": "^4.0.1"
35
+ },
36
+ "devDependencies": {
37
+ "@brightcove/react-player-loader": "^1.4.0",
38
+ "@rollup/plugin-json": "^4.0.3",
39
+ "@sanity/block-content-to-react": "^2.0.7",
40
+ "@sanity/image-url": "^0.140.15",
41
+ "@svgr/rollup": "2.4.1",
42
+ "babel-core": "^6.26.3",
43
+ "babel-eslint": "^8.2.5",
44
+ "babel-plugin-external-helpers": "^6.22.0",
45
+ "babel-plugin-transform-runtime": "^6.23.0",
46
+ "babel-preset-env": "^1.7.0",
47
+ "babel-preset-react": "^6.24.1",
48
+ "babel-preset-stage-0": "^6.24.1",
49
+ "cross-env": "^5.1.4",
50
+ "eslint": "^5.0.1",
51
+ "eslint-config-standard": "^11.0.0",
52
+ "eslint-config-standard-react": "^6.0.0",
53
+ "eslint-plugin-import": "^2.13.0",
54
+ "eslint-plugin-node": "^7.0.1",
55
+ "eslint-plugin-promise": "^4.0.0",
56
+ "eslint-plugin-react": "^7.10.0",
57
+ "eslint-plugin-react-hooks": "^2.3.0",
58
+ "eslint-plugin-standard": "^3.1.0",
59
+ "get-youtube-id": "^1.0.1",
60
+ "gh-pages": "^1.2.0",
61
+ "lodash": "^4.17.15",
62
+ "md5": "^2.2.1",
63
+ "moment": "^2.26.0",
64
+ "moment-timezone": "^0.5.31",
65
+ "next": "^9.2.0",
66
+ "react": "^16.12.0",
67
+ "react-bootstrap": "1.4.0",
68
+ "react-device-detect": "^1.11.14",
69
+ "react-dfp": "^0.19.0",
70
+ "react-dom": "^16.12.0",
71
+ "react-facebook": "^8.1.4",
72
+ "react-icons": "^3.8.0",
73
+ "react-infinite-scroll-component": "^5.0.4",
74
+ "react-lazyload": "^2.6.5",
75
+ "react-player": "^1.15.2",
76
+ "react-scripts": "^1.1.4",
77
+ "react-share": "^4.0.1",
78
+ "react-social-icons": "^4.1.0",
79
+ "react-visibility-sensor": "^5.1.1",
80
+ "react-youtube": "^7.9.0",
81
+ "rimraf": "^3.0.2",
82
+ "rollup": "^2.7.3",
83
+ "rollup-plugin-babel": "3.0.7",
84
+ "rollup-plugin-commonjs": "9.3.4",
85
+ "rollup-plugin-node-builtins": "2.1.2",
86
+ "rollup-plugin-node-resolve": "3.4.0",
87
+ "rollup-plugin-postcss": "1.6.3",
88
+ "rollup-plugin-url": "1.4.0"
89
+ },
90
+ "files": [
91
+ "dist"
92
+ ],
93
+ "dependencies": {
94
+ "babel-polyfill": "^6.26.0",
95
+ "cookie": "^0.4.1",
96
+ "disqus-react": "^1.0.11",
97
+ "faunadb": "^4.2.0",
98
+ "js-cookie": "^2.2.1",
99
+ "next-auth": "^3.2.0",
100
+ "next-cookies": "^2.0.3",
101
+ "nookies": "^2.4.0",
102
+ "react-cookies": "^0.1.1",
103
+ "react-instantsearch-dom": "^6.10.3",
104
+ "react-script-tag": "^1.1.2",
105
+ "rollup-plugin-peer-deps-external": "^2.2.4",
106
+ "shortid": "^2.2.15",
107
+ "smoothscroll-polyfill": "^0.4.4",
108
+ "striptags": "^3.1.1",
109
+ "superagent": "^5.2.2"
110
+ }
111
+ }
@@ -1,23 +0,0 @@
1
- 'use strict';
2
-
3
- function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
4
-
5
- var React = require('react');
6
- var React__default = _interopDefault(React);
7
-
8
- var ConferenceBanner = function ConferenceBanner(props) {
9
- var website = props.website;
10
-
11
-
12
- return React__default.createElement(
13
- "div",
14
- { className: "conf-img" },
15
- React__default.createElement(
16
- "a",
17
- { href: website.conferenceBannerContent.href },
18
- React__default.createElement("img", { src: website.conferenceBannerContent.src, alt: website.conferenceBannerContent.alt })
19
- )
20
- );
21
- };
22
-
23
- exports.ConferenceBanner = ConferenceBanner;
@@ -1,16 +0,0 @@
1
- 'use strict';
2
-
3
- var core_getIteratorMethod = require('./core.get-iterator-method-f3c44602.js');
4
-
5
- // most Object methods by ES6 should accept primitives
6
-
7
-
8
-
9
- var _objectSap = function (KEY, exec) {
10
- var fn = (core_getIteratorMethod._core.Object || {})[KEY] || Object[KEY];
11
- var exp = {};
12
- exp[KEY] = exec(fn);
13
- core_getIteratorMethod._export(core_getIteratorMethod._export.S + core_getIteratorMethod._export.F * core_getIteratorMethod._fails(function () { fn(1); }), 'Object', exp);
14
- };
15
-
16
- exports._objectSap = _objectSap;
@@ -1,110 +0,0 @@
1
- 'use strict';
2
-
3
- function _defineProperty(obj, key, value) {
4
- if (key in obj) {
5
- Object.defineProperty(obj, key, {
6
- value: value,
7
- enumerable: true,
8
- configurable: true,
9
- writable: true
10
- });
11
- } else {
12
- obj[key] = value;
13
- }
14
-
15
- return obj;
16
- }
17
-
18
- function _classCallCheck(instance, Constructor) {
19
- if (!(instance instanceof Constructor)) {
20
- throw new TypeError("Cannot call a class as a function");
21
- }
22
- }
23
-
24
- function _defineProperties(target, props) {
25
- for (var i = 0; i < props.length; i++) {
26
- var descriptor = props[i];
27
- descriptor.enumerable = descriptor.enumerable || false;
28
- descriptor.configurable = true;
29
- if ("value" in descriptor) descriptor.writable = true;
30
- Object.defineProperty(target, descriptor.key, descriptor);
31
- }
32
- }
33
-
34
- function _createClass(Constructor, protoProps, staticProps) {
35
- if (protoProps) _defineProperties(Constructor.prototype, protoProps);
36
- if (staticProps) _defineProperties(Constructor, staticProps);
37
- return Constructor;
38
- }
39
-
40
- 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); }
41
-
42
- function _typeof(obj) {
43
- if (typeof Symbol === "function" && _typeof2(Symbol.iterator) === "symbol") {
44
- _typeof = function _typeof(obj) {
45
- return _typeof2(obj);
46
- };
47
- } else {
48
- _typeof = function _typeof(obj) {
49
- return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : _typeof2(obj);
50
- };
51
- }
52
-
53
- return _typeof(obj);
54
- }
55
-
56
- function _assertThisInitialized(self) {
57
- if (self === void 0) {
58
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
59
- }
60
-
61
- return self;
62
- }
63
-
64
- function _possibleConstructorReturn(self, call) {
65
- if (call && (_typeof(call) === "object" || typeof call === "function")) {
66
- return call;
67
- }
68
-
69
- return _assertThisInitialized(self);
70
- }
71
-
72
- function _getPrototypeOf(o) {
73
- _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
74
- return o.__proto__ || Object.getPrototypeOf(o);
75
- };
76
- return _getPrototypeOf(o);
77
- }
78
-
79
- function _setPrototypeOf(o, p) {
80
- _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
81
- o.__proto__ = p;
82
- return o;
83
- };
84
-
85
- return _setPrototypeOf(o, p);
86
- }
87
-
88
- function _inherits(subClass, superClass) {
89
- if (typeof superClass !== "function" && superClass !== null) {
90
- throw new TypeError("Super expression must either be null or a function");
91
- }
92
-
93
- subClass.prototype = Object.create(superClass && superClass.prototype, {
94
- constructor: {
95
- value: subClass,
96
- writable: true,
97
- configurable: true
98
- }
99
- });
100
- if (superClass) _setPrototypeOf(subClass, superClass);
101
- }
102
-
103
- exports._assertThisInitialized = _assertThisInitialized;
104
- exports._classCallCheck = _classCallCheck;
105
- exports._createClass = _createClass;
106
- exports._defineProperty = _defineProperty;
107
- exports._getPrototypeOf = _getPrototypeOf;
108
- exports._inherits = _inherits;
109
- exports._possibleConstructorReturn = _possibleConstructorReturn;
110
- exports._typeof = _typeof;
@@ -1,101 +0,0 @@
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 };