@mjhls/mjh-framework 1.0.445 → 1.0.446

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 (238) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/AD.js +32 -0
  3. package/dist/cjs/AD300x250.js +60 -0
  4. package/dist/cjs/AD300x250x600.js +60 -0
  5. package/dist/cjs/AD728x90.js +134 -0
  6. package/dist/cjs/ADFloatingFooter.js +139 -0
  7. package/dist/cjs/ADFooter.js +45 -0
  8. package/dist/cjs/ADGutter.js +88 -0
  9. package/dist/cjs/{ADInfeed-ae1f348d.js → ADInfeed-7609d929.js} +2 -2
  10. package/dist/cjs/ADSponsoredResources.js +106 -0
  11. package/dist/cjs/ADWelcome.js +150 -0
  12. package/dist/cjs/{ADlgInfeed-f4c4a1bf.js → ADlgInfeed-700551ef.js} +2 -2
  13. package/dist/cjs/AccordionPanel.js +95 -0
  14. package/dist/cjs/AdSlot.js +166 -0
  15. package/dist/cjs/AdSlotsProvider.js +31 -0
  16. package/dist/cjs/AlphabeticList.js +137 -0
  17. package/dist/cjs/ArticleQueue.js +863 -0
  18. package/dist/cjs/Auth.js +3950 -0
  19. package/dist/cjs/{AuthorComponent-b44bb44e.js → AuthorComponent-5bb8f868.js} +1 -1
  20. package/dist/cjs/Beam.js +347 -0
  21. package/dist/cjs/{TaxonomyCard-fa09aac1.js → BlockContent-80608595.js} +0 -236
  22. package/dist/cjs/Breadcrumbs.js +108 -0
  23. package/dist/cjs/CMEDeck.js +454 -0
  24. package/dist/cjs/Column1.js +39 -0
  25. package/dist/cjs/Column2.js +67 -0
  26. package/dist/cjs/Column3.js +141 -0
  27. package/dist/cjs/ConferenceArticleCard.js +91 -0
  28. package/dist/cjs/ConferenceBanner-6c9e718a.js +24 -0
  29. package/dist/cjs/DeckContent.js +24 -13
  30. package/dist/cjs/DeckQueue.js +17 -10
  31. package/dist/cjs/{Dfp-d7639f4c.js → Dfp-19f10ad4.js} +8 -5
  32. package/dist/cjs/EventsDeck.js +1999 -0
  33. package/dist/cjs/Feature.js +120 -0
  34. package/dist/cjs/{Figure-cc919c38.js → Figure-ce37247b.js} +3 -2
  35. package/dist/cjs/ForbesHero.js +140 -0
  36. package/dist/cjs/GridContent.js +721 -33
  37. package/dist/cjs/GridHero.js +145 -0
  38. package/dist/cjs/GroupDeck.js +5 -3
  39. package/dist/cjs/HamMagazine.js +477 -0
  40. package/dist/cjs/Header.js +37 -0
  41. package/dist/cjs/Hero.js +56 -0
  42. package/dist/cjs/HighlightenVideo.js +69 -0
  43. package/dist/cjs/HorizontalHero.js +109 -0
  44. package/dist/cjs/InscreenSensor-04a70c60.js +864 -0
  45. package/dist/cjs/IssueContentDeck.js +4 -3
  46. package/dist/cjs/IssueDeck.js +6 -4
  47. package/dist/cjs/IssueLanding.js +115 -0
  48. package/dist/cjs/KMTracker.js +27 -0
  49. package/dist/cjs/LeftNav.js +99 -0
  50. package/dist/cjs/MasterDeck.js +15 -8
  51. package/dist/cjs/NavDvm.js +223 -0
  52. package/dist/cjs/NavFooter-3dcd99a8.js +66 -0
  53. package/dist/cjs/NavMagazine.js +436 -0
  54. package/dist/cjs/NavNative.js +278 -0
  55. package/dist/cjs/NavNormal.js +109 -0
  56. package/dist/cjs/OncliveHero.js +78 -0
  57. package/dist/cjs/OncliveLargeHero.js +243 -0
  58. package/dist/cjs/PageFilter.js +73 -0
  59. package/dist/cjs/PdfDownload.js +28 -0
  60. package/dist/cjs/PopUpModal.js +59 -0
  61. package/dist/cjs/PublicationLanding.js +556 -0
  62. package/dist/cjs/QueueDeckExpanded.js +20 -11
  63. package/dist/cjs/RelatedContent.js +107 -0
  64. package/dist/cjs/RelatedTopicsDropdown.js +90 -0
  65. package/dist/cjs/Search.js +67 -0
  66. package/dist/cjs/Segment.js +225 -0
  67. package/dist/cjs/SetCookie.js +10 -0
  68. package/dist/cjs/SideFooter.js +103 -0
  69. package/dist/cjs/SocialNavFooter-d9ab4d17.js +83 -0
  70. package/dist/cjs/SocialShare.js +72 -0
  71. package/dist/cjs/TaxonomyCard.js +241 -11
  72. package/dist/cjs/TemplateNormal.js +175 -13
  73. package/dist/cjs/Ustream.js +107 -6
  74. package/dist/cjs/VerticalHero.js +75 -0
  75. package/dist/cjs/VideoSeriesFilter.js +133 -0
  76. package/dist/cjs/VideoSeriesListing.js +13 -7
  77. package/dist/cjs/View.js +1156 -0
  78. package/dist/cjs/YahooHero.js +129 -0
  79. package/dist/cjs/YoutubeGroup.js +5 -3
  80. package/dist/cjs/_arrayMap-3b4a0f75.js +91 -0
  81. package/dist/cjs/_is-array-754e012d.js +74 -0
  82. package/dist/cjs/{_iter-detect-234453c3.js → _iter-detect-4d0352f8.js} +4 -4
  83. package/dist/cjs/_object-sap-5e74ba08.js +16 -0
  84. package/dist/cjs/_set-species-4458e975.js +56 -0
  85. package/dist/cjs/{AdSlot-257d8d4e.js → asyncToGenerator-db08763c.js} +1 -710
  86. package/dist/cjs/brightcove-react-player-loader.es-4ba0d3d5.js +2231 -0
  87. package/dist/cjs/{web.dom.iterable-5c889cf1.js → core.get-iterator-method-41e87ec1.js} +0 -46
  88. package/dist/cjs/debounce-32e57002.js +280 -0
  89. package/dist/cjs/{toConsumableArray-25d0e2a3.js → from-ea347372.js} +4 -29
  90. package/dist/cjs/{get-7a75c563.js → get-5dfcdc33.js} +14 -100
  91. package/dist/cjs/getKeywords.js +31 -0
  92. package/dist/cjs/getQuery.js +20 -0
  93. package/dist/cjs/getSerializers.js +8032 -0
  94. package/dist/cjs/getSeriesDetail.js +38 -0
  95. package/dist/cjs/getTargeting-3ced038f.js +108 -0
  96. package/dist/cjs/getTargeting.js +15 -0
  97. package/dist/cjs/iconBase-637d3f1e.js +83 -0
  98. package/dist/cjs/{debounce-420ff8a8.js → index-b2448ff6.js} +0 -483
  99. package/dist/cjs/index.esm-25423c2f.js +16 -0
  100. package/dist/cjs/index.esm-c0d8b44b.js +21 -0
  101. package/dist/cjs/index.esm-fcdbd2c6.js +31 -0
  102. package/dist/cjs/index.js +190 -23088
  103. package/dist/cjs/{inherits-b4036c94.js → inherits-4a2f1cc3.js} +6 -17
  104. package/dist/cjs/isSymbol-488934a7.js +211 -0
  105. package/dist/cjs/js.cookie-a511c430.js +160 -0
  106. package/dist/cjs/keys-a586b7a0.js +25 -0
  107. package/dist/cjs/{promise-0a493c7a.js → promise-074978a7.js} +15 -62
  108. package/dist/cjs/{slicedToArray-419d467a.js → slicedToArray-8063ee51.js} +5 -4
  109. package/dist/cjs/stringify-7c5aff47.js +17 -0
  110. package/dist/cjs/toConsumableArray-ca04303b.js +31 -0
  111. package/dist/cjs/{typeof-0d86b91c.js → typeof-583cdc4b.js} +20 -87
  112. package/dist/cjs/urlFor.js +10 -0
  113. package/dist/cjs/util-f2c1b65b.js +576 -0
  114. package/dist/cjs/web.dom.iterable-43c3e277.js +51 -0
  115. package/dist/esm/AD.js +26 -0
  116. package/dist/esm/AD300x250.js +54 -0
  117. package/dist/esm/AD300x250x600.js +54 -0
  118. package/dist/esm/AD728x90.js +128 -0
  119. package/dist/esm/ADFloatingFooter.js +133 -0
  120. package/dist/esm/ADFooter.js +39 -0
  121. package/dist/esm/ADGutter.js +82 -0
  122. package/dist/esm/{ADInfeed-dff74bbe.js → ADInfeed-1c17dc0e.js} +1 -1
  123. package/dist/esm/ADSponsoredResources.js +100 -0
  124. package/dist/esm/ADWelcome.js +144 -0
  125. package/dist/esm/{ADlgInfeed-7b29db85.js → ADlgInfeed-94d7f5dd.js} +1 -1
  126. package/dist/esm/AccordionPanel.js +88 -0
  127. package/dist/esm/AdSlot.js +159 -0
  128. package/dist/esm/AdSlotsProvider.js +25 -0
  129. package/dist/esm/AlphabeticList.js +131 -0
  130. package/dist/esm/ArticleQueue.js +855 -0
  131. package/dist/esm/Auth.js +3930 -0
  132. package/dist/esm/{AuthorComponent-4f5f15ed.js → AuthorComponent-f67cb027.js} +1 -1
  133. package/dist/esm/Beam.js +345 -0
  134. package/dist/esm/{TaxonomyCard-b22a742f.js → BlockContent-4af2feb9.js} +2 -233
  135. package/dist/esm/Breadcrumbs.js +101 -0
  136. package/dist/esm/CMEDeck.js +448 -0
  137. package/dist/esm/Column1.js +29 -0
  138. package/dist/esm/Column2.js +57 -0
  139. package/dist/esm/Column3.js +131 -0
  140. package/dist/esm/ConferenceArticleCard.js +85 -0
  141. package/dist/esm/ConferenceBanner-9162d0ca.js +18 -0
  142. package/dist/esm/DeckContent.js +24 -13
  143. package/dist/esm/DeckQueue.js +17 -10
  144. package/dist/esm/{Dfp-994cd0ab.js → Dfp-7addbfb1.js} +7 -4
  145. package/dist/esm/EventsDeck.js +1987 -0
  146. package/dist/esm/Feature.js +113 -0
  147. package/dist/esm/{Figure-1c55ebf0.js → Figure-408929f3.js} +4 -3
  148. package/dist/esm/ForbesHero.js +134 -0
  149. package/dist/esm/GridContent.js +714 -30
  150. package/dist/esm/GridHero.js +139 -0
  151. package/dist/esm/GroupDeck.js +6 -4
  152. package/dist/esm/HamMagazine.js +465 -0
  153. package/dist/esm/Header.js +28 -0
  154. package/dist/esm/Hero.js +50 -0
  155. package/dist/esm/HighlightenVideo.js +63 -0
  156. package/dist/esm/HorizontalHero.js +103 -0
  157. package/dist/esm/InscreenSensor-b7f931bf.js +857 -0
  158. package/dist/esm/IssueContentDeck.js +5 -4
  159. package/dist/esm/IssueDeck.js +8 -6
  160. package/dist/esm/IssueLanding.js +109 -0
  161. package/dist/esm/KMTracker.js +25 -0
  162. package/dist/esm/LeftNav.js +90 -0
  163. package/dist/esm/MasterDeck.js +17 -10
  164. package/dist/esm/NavDvm.js +211 -0
  165. package/dist/esm/NavFooter-c29526b7.js +60 -0
  166. package/dist/esm/NavMagazine.js +424 -0
  167. package/dist/esm/NavNative.js +266 -0
  168. package/dist/esm/NavNormal.js +97 -0
  169. package/dist/esm/OncliveHero.js +72 -0
  170. package/dist/esm/OncliveLargeHero.js +237 -0
  171. package/dist/esm/PageFilter.js +67 -0
  172. package/dist/esm/PdfDownload.js +22 -0
  173. package/dist/esm/PopUpModal.js +52 -0
  174. package/dist/esm/PublicationLanding.js +546 -0
  175. package/dist/esm/QueueDeckExpanded.js +22 -13
  176. package/dist/esm/RelatedContent.js +101 -0
  177. package/dist/esm/RelatedTopicsDropdown.js +82 -0
  178. package/dist/esm/Search.js +58 -0
  179. package/dist/esm/Segment.js +223 -0
  180. package/dist/esm/SetCookie.js +8 -0
  181. package/dist/esm/SideFooter.js +97 -0
  182. package/dist/esm/SocialNavFooter-1a531144.js +77 -0
  183. package/dist/esm/SocialShare.js +65 -0
  184. package/dist/esm/TaxonomyCard.js +237 -11
  185. package/dist/esm/TemplateNormal.js +175 -14
  186. package/dist/esm/Ustream.js +107 -6
  187. package/dist/esm/VerticalHero.js +69 -0
  188. package/dist/esm/VideoSeriesFilter.js +127 -0
  189. package/dist/esm/VideoSeriesListing.js +14 -8
  190. package/dist/esm/View.js +1145 -0
  191. package/dist/esm/YahooHero.js +123 -0
  192. package/dist/esm/YoutubeGroup.js +6 -4
  193. package/dist/esm/_arrayMap-a8dd2b2c.js +87 -0
  194. package/dist/esm/_is-array-dd5523d6.js +71 -0
  195. package/dist/esm/{_iter-detect-7c281f0a.js → _iter-detect-6e099a34.js} +2 -2
  196. package/dist/esm/_object-sap-56bb8073.js +14 -0
  197. package/dist/esm/_set-species-6f64f1c1.js +51 -0
  198. package/dist/esm/{_to-object-1b1f7766.js → _to-object-16fd8b46.js} +1 -1
  199. package/dist/esm/{AdSlot-362a1c30.js → asyncToGenerator-204b5a5c.js} +3 -703
  200. package/dist/esm/brightcove-react-player-loader.es-e1c6b0f2.js +2225 -0
  201. package/dist/esm/{web.dom.iterable-e6bf2bf6.js → core.get-iterator-method-f5c0d66a.js} +2 -47
  202. package/dist/esm/debounce-8cd9e09c.js +277 -0
  203. package/dist/esm/{extends-92072fff.js → extends-6e00b262.js} +1 -1
  204. package/dist/esm/{toConsumableArray-c5e2fde8.js → from-2c0a5f49.js} +4 -29
  205. package/dist/esm/{get-bc6cf9fb.js → get-ae817b75.js} +3 -86
  206. package/dist/esm/getKeywords.js +29 -0
  207. package/dist/esm/getQuery.js +18 -0
  208. package/dist/esm/getSerializers.js +8021 -0
  209. package/dist/esm/getSeriesDetail.js +36 -0
  210. package/dist/esm/getTargeting-8f4bd5db.js +105 -0
  211. package/dist/esm/getTargeting.js +9 -0
  212. package/dist/esm/iconBase-6ee2f2fb.js +81 -0
  213. package/dist/esm/{debounce-42a7f724.js → index-fb49124c.js} +2 -476
  214. package/dist/esm/index.esm-9d6faf80.js +17 -0
  215. package/dist/esm/index.esm-a7ad65ba.js +13 -0
  216. package/dist/esm/{index.esm-536609db.js → index.esm-b97cf389.js} +2 -80
  217. package/dist/esm/index.js +137 -23019
  218. package/dist/esm/{inherits-bbec2f34.js → inherits-2758cc14.js} +5 -15
  219. package/dist/esm/isSymbol-c1b9be80.js +203 -0
  220. package/dist/esm/js.cookie-6874175c.js +158 -0
  221. package/dist/esm/keys-04cdec91.js +23 -0
  222. package/dist/esm/{main-cf4930f0.js → main-8c8784b8.js} +1 -1
  223. package/dist/esm/{promise-2592a80a.js → promise-53143c9a.js} +6 -49
  224. package/dist/esm/{slicedToArray-04e02710.js → slicedToArray-f1e40361.js} +3 -2
  225. package/dist/esm/stringify-e30bc114.js +15 -0
  226. package/dist/esm/toConsumableArray-8712d678.js +29 -0
  227. package/dist/esm/{typeof-09bf9211.js → typeof-7e72fee0.js} +5 -70
  228. package/dist/esm/urlFor.js +8 -0
  229. package/dist/esm/util-7700fc59.js +574 -0
  230. package/dist/esm/web.dom.iterable-46c95e52.js +49 -0
  231. package/package.json +1 -1
  232. package/dist/cjs/GridContent-6a0216fb.js +0 -728
  233. package/dist/cjs/Normal-430e8e61.js +0 -2315
  234. package/dist/cjs/Ustream-46288bdf.js +0 -119
  235. package/dist/cjs/index.esm-340d3792.js +0 -110
  236. package/dist/esm/GridContent-7e11f013.js +0 -717
  237. package/dist/esm/Normal-6efd92da.js +0 -2282
  238. package/dist/esm/Ustream-c4f281a3.js +0 -112
@@ -0,0 +1,123 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './_to-object-16fd8b46.js';
3
+ import './core.get-iterator-method-f5c0d66a.js';
4
+ import './web.dom.iterable-46c95e52.js';
5
+ import React from 'react';
6
+ import 'prop-types';
7
+ import { m as moment } from './moment-12415288.js';
8
+ import 'react-dom';
9
+ import { i as imageUrlBuilder } from './index-73819142.js';
10
+ import { L as LazyLoad } from './index-c5fd0af5.js';
11
+ import { c as clean_html_1 } from './entities-7cc3bf45.js';
12
+ import './slicedToArray-f1e40361.js';
13
+ import { A as AuthorComponent } from './AuthorComponent-f67cb027.js';
14
+
15
+ var YahooHero = function YahooHero(props) {
16
+ var removeTimeStamp = props.removeTimeStamp;
17
+
18
+ var topArticle = props.dataRecord[0];
19
+ var subArticles = props.dataRecord.slice(1, props.dataRecord.length);
20
+ var client = props.client;
21
+
22
+ var builder = imageUrlBuilder(client);
23
+ function urlFor(source) {
24
+ return builder.image(source).auto('format');
25
+ }
26
+
27
+ var topArticleThumbnail = '';
28
+ var topArticleAltText = topArticle.title;
29
+ if (topArticle.thumbnail && topArticle.thumbnail.asset) {
30
+ topArticleThumbnail = urlFor(topArticle.thumbnail.asset).width(600).url();
31
+ topArticleAltText = topArticle.thumbnail.asset.originalFileName;
32
+ } else if (props.thumbnail) {
33
+ topArticleThumbnail = props.thumbnail;
34
+ }
35
+
36
+ return React.createElement(
37
+ 'div',
38
+ { className: 'article-hero' },
39
+ React.createElement(
40
+ 'a',
41
+ { href: '/view/' + topArticle.url.current },
42
+ React.createElement(
43
+ 'div',
44
+ { className: 'yh-top-article' },
45
+ React.createElement(
46
+ 'div',
47
+ { className: 'yh-top-article--img' },
48
+ React.createElement('img', { src: topArticleThumbnail, alt: topArticleAltText })
49
+ ),
50
+ React.createElement('div', { className: 'yh-top-article--blur' }),
51
+ React.createElement(
52
+ 'div',
53
+ { className: 'yh-top-article--body' },
54
+ React.createElement(
55
+ 'h1',
56
+ null,
57
+ topArticle.title
58
+ ),
59
+ React.createElement(
60
+ 'p',
61
+ null,
62
+ moment(topArticle.published).format(removeTimeStamp ? 'MMMM DD, YYYY' : 'MMMM DD, YYYY hh:mma')
63
+ ),
64
+ React.createElement(
65
+ 'p',
66
+ null,
67
+ clean_html_1(topArticle.summary)
68
+ )
69
+ )
70
+ )
71
+ ),
72
+ React.createElement(
73
+ 'div',
74
+ { className: 'yh-sub-article-container' },
75
+ subArticles.map(function (article, index) {
76
+ var articleThumbnail = '';
77
+ var articleAltText = article.title;
78
+ if (article.thumbnail && article.thumbnail.asset) {
79
+ articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
80
+ articleAltText = article.thumbnail.asset.originalFileName;
81
+ } else if (props.thumbnail) {
82
+ articleThumbnail = props.thumbnail;
83
+ }
84
+
85
+ return React.createElement(
86
+ 'div',
87
+ { key: index, className: 'yh-sub-article' },
88
+ React.createElement(
89
+ 'a',
90
+ { href: '/view/' + article.url.current },
91
+ React.createElement('img', { src: articleThumbnail })
92
+ ),
93
+ React.createElement(
94
+ 'a',
95
+ { href: '/view/' + article.url.current },
96
+ React.createElement(
97
+ 'h6',
98
+ { className: 'yh-sub-article--title' },
99
+ article.title
100
+ )
101
+ ),
102
+ React.createElement(
103
+ 'p',
104
+ { className: 'yh-sub-article--info' },
105
+ moment(article.published).format(removeTimeStamp ? 'MMMM DD, YYYY' : 'MMMM DD, YYYY hh:mma')
106
+ ),
107
+ article.authorMapping && article.authorMapping.length > 0 && React.createElement(
108
+ LazyLoad,
109
+ { height: 50 },
110
+ React.createElement(AuthorComponent, { key: index.toString(), index: index, authors: article.authorMapping })
111
+ )
112
+ );
113
+ })
114
+ ),
115
+ React.createElement(
116
+ 'style',
117
+ { jsx: 'true' },
118
+ '\n .article-hero{\n padding-bottom:15px\n }\n .yh-top-article {\n display: flex;\n flex-direction: row;\n position: relative;\n font-family: Roboto, sans-serif;\n margin-bottom: 1rem;\n border-radius: 15px;\n overflow: hidden;\n min-height: 315px;\n }\n .yh-top-article--img {\n width: 100%;\n min-height: 240px;\n overflow: hidden;\n }\n .yh-top-article--img img {\n width: 100%;\n height: auto;\n min-height: 100%;\n max-height: 315px;\n object-fit: cover;\n }\n .yh-top-article--body {\n height: 100%;\n width: 40%;\n min-width: 320px;\n right: 0;\n position: absolute;\n color: white;\n padding: 1.75rem;\n height: 315px;\n display: flex;\n align-items: flex-start;\n justify-content: center;\n flex-direction: column;\n }\n .yh-top-article--body h1 {\n color: white!important;\n font-size: 1.4rem;\n font-weight: 500;\n margin-bottom: 0.5rem;\n }\n .yh-top-article--body p {\n font-size: 0.9rem;\n margin-bottom: 0.5rem;\n }\n .yh-top-article--blur {\n height: 100%;\n width: 40%;\n right: 0;\n position: absolute;\n filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));\n background: rgba(0,0,0,.65);\n min-width: 320px;\n }\n .yh-sub-article-container {\n display: flex;\n justify-content: space-between;\n }\n .yh-sub-article {\n width: 23.25%;\n }\n .yh-sub-article p.yh-sub-article--title {\n font-weight: bold;\n }\n .yh-sub-article img {\n width: 100%;\n height: 150px;\n object-fit: cover;\n border-radius: 15px;\n }\n .yh-sub-article img[src=\'' + props.thumbnail + '\']{\n object-fit: contain;\n }\n .yh-sub-article--title {\n font-weight: bold;\n margin-top: .25rem;\n font-size: 1rem;\n margin-bottom: .25rem;\n }\n .yh-sub-article--info {\n font-size: .8rem;\n margin-bottom: 0;\n\n }\n @media screen and (max-width: 968px) {\n .yh-sub-article-container {\n flex-wrap: wrap;\n }\n .yh-sub-article {\n width: 48%;\n margin-bottom: 1rem;\n }\n }\n '
119
+ )
120
+ );
121
+ };
122
+
123
+ export default YahooHero;
@@ -1,15 +1,17 @@
1
1
  import './_commonjsHelpers-0c4b6f40.js';
2
- import './_to-object-1b1f7766.js';
3
- import './web.dom.iterable-e6bf2bf6.js';
2
+ import './_to-object-16fd8b46.js';
3
+ import './core.get-iterator-method-f5c0d66a.js';
4
4
  import './_library-528f1934.js';
5
5
  import './_object-pie-33c40e79.js';
6
- import { b as _typeof } from './typeof-09bf9211.js';
6
+ import './web.dom.iterable-46c95e52.js';
7
+ import { _ as _typeof } from './typeof-7e72fee0.js';
8
+ import './_is-array-dd5523d6.js';
7
9
  import React, { useRef, useState, useEffect } from 'react';
8
10
  import 'prop-types';
9
11
  import 'react-dom';
10
12
  import { i as imageUrlBuilder } from './index-73819142.js';
11
13
  import { L as LazyLoad } from './index-c5fd0af5.js';
12
- import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
14
+ import { _ as _slicedToArray } from './slicedToArray-f1e40361.js';
13
15
  import { s as smoothscroll, g as getYoutubeId } from './smoothscroll-4b699764.js';
14
16
 
15
17
  /*
@@ -0,0 +1,87 @@
1
+ import { a as isObject_1, d as _baseGetTag } from './isSymbol-c1b9be80.js';
2
+
3
+ /**
4
+ * Checks if `value` is classified as an `Array` object.
5
+ *
6
+ * @static
7
+ * @memberOf _
8
+ * @since 0.1.0
9
+ * @category Lang
10
+ * @param {*} value The value to check.
11
+ * @returns {boolean} Returns `true` if `value` is an array, else `false`.
12
+ * @example
13
+ *
14
+ * _.isArray([1, 2, 3]);
15
+ * // => true
16
+ *
17
+ * _.isArray(document.body.children);
18
+ * // => false
19
+ *
20
+ * _.isArray('abc');
21
+ * // => false
22
+ *
23
+ * _.isArray(_.noop);
24
+ * // => false
25
+ */
26
+ var isArray = Array.isArray;
27
+
28
+ var isArray_1 = isArray;
29
+
30
+ /** `Object#toString` result references. */
31
+ var asyncTag = '[object AsyncFunction]',
32
+ funcTag = '[object Function]',
33
+ genTag = '[object GeneratorFunction]',
34
+ proxyTag = '[object Proxy]';
35
+
36
+ /**
37
+ * Checks if `value` is classified as a `Function` object.
38
+ *
39
+ * @static
40
+ * @memberOf _
41
+ * @since 0.1.0
42
+ * @category Lang
43
+ * @param {*} value The value to check.
44
+ * @returns {boolean} Returns `true` if `value` is a function, else `false`.
45
+ * @example
46
+ *
47
+ * _.isFunction(_);
48
+ * // => true
49
+ *
50
+ * _.isFunction(/abc/);
51
+ * // => false
52
+ */
53
+ function isFunction(value) {
54
+ if (!isObject_1(value)) {
55
+ return false;
56
+ }
57
+ // The use of `Object#toString` avoids issues with the `typeof` operator
58
+ // in Safari 9 which returns 'object' for typed arrays and other constructors.
59
+ var tag = _baseGetTag(value);
60
+ return tag == funcTag || tag == genTag || tag == asyncTag || tag == proxyTag;
61
+ }
62
+
63
+ var isFunction_1 = isFunction;
64
+
65
+ /**
66
+ * A specialized version of `_.map` for arrays without support for iteratee
67
+ * shorthands.
68
+ *
69
+ * @private
70
+ * @param {Array} [array] The array to iterate over.
71
+ * @param {Function} iteratee The function invoked per iteration.
72
+ * @returns {Array} Returns the new mapped array.
73
+ */
74
+ function arrayMap(array, iteratee) {
75
+ var index = -1,
76
+ length = array == null ? 0 : array.length,
77
+ result = Array(length);
78
+
79
+ while (++index < length) {
80
+ result[index] = iteratee(array[index], index, array);
81
+ }
82
+ return result;
83
+ }
84
+
85
+ var _arrayMap = arrayMap;
86
+
87
+ export { _arrayMap as _, isFunction_1 as a, isArray_1 as i };
@@ -0,0 +1,71 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { w as _uid, h as _fails, _ as _isObject, t as _has, c as _objectDp, x as _cof } from './_to-object-16fd8b46.js';
3
+
4
+ var _meta = createCommonjsModule(function (module) {
5
+ var META = _uid('meta');
6
+
7
+
8
+ var setDesc = _objectDp.f;
9
+ var id = 0;
10
+ var isExtensible = Object.isExtensible || function () {
11
+ return true;
12
+ };
13
+ var FREEZE = !_fails(function () {
14
+ return isExtensible(Object.preventExtensions({}));
15
+ });
16
+ var setMeta = function (it) {
17
+ setDesc(it, META, { value: {
18
+ i: 'O' + ++id, // object ID
19
+ w: {} // weak collections IDs
20
+ } });
21
+ };
22
+ var fastKey = function (it, create) {
23
+ // return primitive with prefix
24
+ if (!_isObject(it)) return typeof it == 'symbol' ? it : (typeof it == 'string' ? 'S' : 'P') + it;
25
+ if (!_has(it, META)) {
26
+ // can't set metadata to uncaught frozen object
27
+ if (!isExtensible(it)) return 'F';
28
+ // not necessary to add metadata
29
+ if (!create) return 'E';
30
+ // add missing metadata
31
+ setMeta(it);
32
+ // return object ID
33
+ } return it[META].i;
34
+ };
35
+ var getWeak = function (it, create) {
36
+ if (!_has(it, META)) {
37
+ // can't set metadata to uncaught frozen object
38
+ if (!isExtensible(it)) return true;
39
+ // not necessary to add metadata
40
+ if (!create) return false;
41
+ // add missing metadata
42
+ setMeta(it);
43
+ // return hash weak collections IDs
44
+ } return it[META].w;
45
+ };
46
+ // add metadata on freeze-family methods calling
47
+ var onFreeze = function (it) {
48
+ if (FREEZE && meta.NEED && isExtensible(it) && !_has(it, META)) setMeta(it);
49
+ return it;
50
+ };
51
+ var meta = module.exports = {
52
+ KEY: META,
53
+ NEED: false,
54
+ fastKey: fastKey,
55
+ getWeak: getWeak,
56
+ onFreeze: onFreeze
57
+ };
58
+ });
59
+ var _meta_1 = _meta.KEY;
60
+ var _meta_2 = _meta.NEED;
61
+ var _meta_3 = _meta.fastKey;
62
+ var _meta_4 = _meta.getWeak;
63
+ var _meta_5 = _meta.onFreeze;
64
+
65
+ // 7.2.2 IsArray(argument)
66
+
67
+ var _isArray = Array.isArray || function isArray(arg) {
68
+ return _cof(arg) == 'Array';
69
+ };
70
+
71
+ export { _meta as _, _isArray as a };
@@ -1,5 +1,5 @@
1
- import { n as _anObject } from './_to-object-1b1f7766.js';
2
- import { c as _wks, h as _iterators } from './web.dom.iterable-e6bf2bf6.js';
1
+ import { m as _anObject } from './_to-object-16fd8b46.js';
2
+ import { b as _wks, f as _iterators } from './core.get-iterator-method-f5c0d66a.js';
3
3
 
4
4
  // call something on iterator step with safe closing on error
5
5
 
@@ -0,0 +1,14 @@
1
+ import { l as _core, j as _export, h as _fails } from './_to-object-16fd8b46.js';
2
+
3
+ // most Object methods by ES6 should accept primitives
4
+
5
+
6
+
7
+ var _objectSap = function (KEY, exec) {
8
+ var fn = (_core.Object || {})[KEY] || Object[KEY];
9
+ var exp = {};
10
+ exp[KEY] = exec(fn);
11
+ _export(_export.S + _export.F * _fails(function () { fn(1); }), 'Object', exp);
12
+ };
13
+
14
+ export { _objectSap as _ };
@@ -0,0 +1,51 @@
1
+ import { c as createCommonjsModule } from './_commonjsHelpers-0c4b6f40.js';
2
+ import { a as _ctx, f as _toLength, m as _anObject, i as _hide, l as _core, g as _global, b as _descriptors, c as _objectDp } from './_to-object-16fd8b46.js';
3
+ import { g as core_getIteratorMethod, b as _wks } from './core.get-iterator-method-f5c0d66a.js';
4
+ import { a as _isArrayIter, b as _iterCall } from './_iter-detect-6e099a34.js';
5
+
6
+ var _anInstance = function (it, Constructor, name, forbiddenField) {
7
+ if (!(it instanceof Constructor) || (forbiddenField !== undefined && forbiddenField in it)) {
8
+ throw TypeError(name + ': incorrect invocation!');
9
+ } return it;
10
+ };
11
+
12
+ var _forOf = createCommonjsModule(function (module) {
13
+ var BREAK = {};
14
+ var RETURN = {};
15
+ var exports = module.exports = function (iterable, entries, fn, that, ITERATOR) {
16
+ var iterFn = ITERATOR ? function () { return iterable; } : core_getIteratorMethod(iterable);
17
+ var f = _ctx(fn, that, entries ? 2 : 1);
18
+ var index = 0;
19
+ var length, step, iterator, result;
20
+ if (typeof iterFn != 'function') throw TypeError(iterable + ' is not iterable!');
21
+ // fast case for arrays with default iterator
22
+ if (_isArrayIter(iterFn)) for (length = _toLength(iterable.length); length > index; index++) {
23
+ result = entries ? f(_anObject(step = iterable[index])[0], step[1]) : f(iterable[index]);
24
+ if (result === BREAK || result === RETURN) return result;
25
+ } else for (iterator = iterFn.call(iterable); !(step = iterator.next()).done;) {
26
+ result = _iterCall(iterator, f, step.value, entries);
27
+ if (result === BREAK || result === RETURN) return result;
28
+ }
29
+ };
30
+ exports.BREAK = BREAK;
31
+ exports.RETURN = RETURN;
32
+ });
33
+
34
+ var _redefineAll = function (target, src, safe) {
35
+ for (var key in src) {
36
+ if (safe && target[key]) target[key] = src[key];
37
+ else _hide(target, key, src[key]);
38
+ } return target;
39
+ };
40
+
41
+ var SPECIES = _wks('species');
42
+
43
+ var _setSpecies = function (KEY) {
44
+ var C = typeof _core[KEY] == 'function' ? _core[KEY] : _global[KEY];
45
+ if (_descriptors && C && !C[SPECIES]) _objectDp.f(C, SPECIES, {
46
+ configurable: true,
47
+ get: function () { return this; }
48
+ });
49
+ };
50
+
51
+ export { _anInstance as _, _forOf as a, _redefineAll as b, _setSpecies as c };
@@ -315,4 +315,4 @@ var _toObject = function (it) {
315
315
  return Object(_defined(it));
316
316
  };
317
317
 
318
- export { _toInteger as A, _sharedKey as B, _objectKeys as _, _toObject as a, _core as b, _isObject as c, _ctx as d, _descriptors as e, _objectDp as f, _iobject as g, _toLength as h, _global as i, _fails as j, _hide as k, _export as l, _aFunction as m, _anObject as n, _propertyDesc as o, _uid as p, _has as q, _cof as r, _objectKeysInternal as s, _enumBugKeys as t, _toIobject as u, _toPrimitive as v, _ie8DomDefine as w, _shared as x, _domCreate as y, _defined as z };
318
+ export { _toInteger as A, _sharedKey as B, _isObject as _, _ctx as a, _descriptors as b, _objectDp as c, _toObject as d, _iobject as e, _toLength as f, _global as g, _fails as h, _hide as i, _export as j, _aFunction as k, _core as l, _anObject as m, _objectKeys as n, _objectKeysInternal as o, _enumBugKeys as p, _toIobject as q, _toPrimitive as r, _ie8DomDefine as s, _has as t, _propertyDesc as u, _shared as v, _uid as w, _cof as x, _domCreate as y, _defined as z };