@mjhls/mjh-framework 1.0.206 → 1.0.208

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 (44) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/DeckContent.js +10 -11
  3. package/dist/cjs/DeckQueue.js +11 -12
  4. package/dist/cjs/{Dfp-d94f7f73.js → Dfp-c4f1f12a.js} +5 -5
  5. package/dist/cjs/GridContent-089aa22c.js +632 -0
  6. package/dist/cjs/GridContent.js +17 -604
  7. package/dist/cjs/IssueContentDeck.js +4 -4
  8. package/dist/cjs/IssueDeck.js +4 -4
  9. package/dist/cjs/MasterDeck.js +5 -6
  10. package/dist/cjs/{Normal-7dd8c339.js → Normal-47d9e184.js} +62 -3
  11. package/dist/cjs/PublicationDeck.js +4 -4
  12. package/dist/cjs/QueueDeckExpanded.js +13 -13
  13. package/dist/cjs/{TaxonomyCard-7b5b4298.js → TaxonomyCard-d97685e2.js} +5 -5
  14. package/dist/cjs/TaxonomyCard.js +1 -1
  15. package/dist/cjs/TemplateNormal.js +4 -4
  16. package/dist/cjs/ThumbnailCard.js +4 -4
  17. package/dist/cjs/VideoSeriesListing.js +6 -7
  18. package/dist/cjs/{YoutubeGroup-4cf7a4aa.js → YoutubeGroup-7dc3064d.js} +3 -3
  19. package/dist/cjs/YoutubeGroup.js +1 -1
  20. package/dist/cjs/{debounce-286eb3fb.js → debounce-a963b136.js} +211 -6
  21. package/dist/cjs/{get-06aac51b.js → get-126b1712.js} +10 -10
  22. package/dist/cjs/{visibility-sensor-5c5a7302.js → index-0322e486.js} +0 -587
  23. package/dist/cjs/index.js +220 -100
  24. package/dist/cjs/{index.es-2289df51.js → visibility-sensor-bea3105d.js} +587 -0
  25. package/dist/esm/DeckContent.js +3 -4
  26. package/dist/esm/DeckQueue.js +4 -5
  27. package/dist/esm/{Dfp-ab7941d3.js → Dfp-6731ac01.js} +3 -3
  28. package/dist/esm/GridContent-214acb61.js +625 -0
  29. package/dist/esm/GridContent.js +16 -603
  30. package/dist/esm/MasterDeck.js +3 -4
  31. package/dist/esm/{Normal-403c5666.js → Normal-be430fa9.js} +62 -4
  32. package/dist/esm/QueueDeckExpanded.js +2 -2
  33. package/dist/esm/TemplateNormal.js +4 -4
  34. package/dist/esm/VideoSeriesListing.js +3 -4
  35. package/dist/esm/{debounce-a0242b4a.js → debounce-dc0c02e5.js} +202 -2
  36. package/dist/esm/{get-b684ff61.js → get-b074314b.js} +1 -1
  37. package/dist/esm/{visibility-sensor-3cfe6713.js → index-6a79dad6.js} +2 -588
  38. package/dist/esm/index.js +190 -72
  39. package/dist/esm/{index.es-f369b3e8.js → visibility-sensor-675d3fa1.js} +588 -2
  40. package/package.json +1 -1
  41. package/dist/cjs/AD-e2479b7c.js +0 -31
  42. package/dist/cjs/isSymbol-311eb805.js +0 -209
  43. package/dist/esm/AD-1b2a3dd3.js +0 -26
  44. package/dist/esm/isSymbol-c2b7d05a.js +0 -203
package/dist/esm/index.js CHANGED
@@ -1,16 +1,15 @@
1
1
  import React__default, { useState, useRef, useEffect } from 'react';
2
2
  import { c as createCommonjsModule, u as unwrapExports, a as commonjsGlobal } from './_commonjsHelpers-ae1b5db5.js';
3
- import { l as lib_3 } from './visibility-sensor-3cfe6713.js';
3
+ import { l as lib_1, a as lib_3 } from './index-6a79dad6.js';
4
4
  import PropTypes from 'prop-types';
5
5
  import 'react-bootstrap/Container';
6
6
  import 'react-bootstrap/Row';
7
7
  import 'react-bootstrap/Col';
8
8
  import 'react-bootstrap/Card';
9
- import { m as moment } from './index.es-f369b3e8.js';
9
+ import { m as moment } from './visibility-sensor-675d3fa1.js';
10
10
  import 'next/link';
11
11
  import Router, { useRouter } from 'next/router';
12
- import './isSymbol-c2b7d05a.js';
13
- import './debounce-a0242b4a.js';
12
+ import './debounce-dc0c02e5.js';
14
13
  import 'react-dom';
15
14
  import { i as imageUrlBuilder } from './index-ca4ff5cb.js';
16
15
  import './index-3c1ee9ab.js';
@@ -18,10 +17,9 @@ import { m as main_35, a as main_36 } from './main-dea495b7.js';
18
17
  import { h as html_decode_1, c as clean_html_1 } from './entities-e85d3a4a.js';
19
18
  import { s as slicedToArray, _ as _extends$2, t as toConsumableArray } from './_babelHelpers-67c05996.js';
20
19
  export { default as DeckContent } from './DeckContent.js';
21
- import './get-b684ff61.js';
22
- import { A as AD } from './AD-1b2a3dd3.js';
23
- export { A as AD } from './AD-1b2a3dd3.js';
24
- export { default as GridContent } from './GridContent.js';
20
+ import './get-b074314b.js';
21
+ import { A as AD } from './GridContent-214acb61.js';
22
+ export { A as AD, G as GridContent } from './GridContent-214acb61.js';
25
23
  export { default as DeckQueue } from './DeckQueue.js';
26
24
  import 'react-bootstrap/Media';
27
25
  export { default as ThumbnailCard } from './ThumbnailCard.js';
@@ -41,8 +39,8 @@ export { default as PublicationDeck } from './PublicationDeck.js';
41
39
  export { default as IssueDeck } from './IssueDeck.js';
42
40
  import 'react-bootstrap/Badge';
43
41
  export { default as IssueContentDeck } from './IssueContentDeck.js';
44
- import { M as MdPictureAsPdf } from './Normal-403c5666.js';
45
- export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-403c5666.js';
42
+ import { D as DFPAdSlot, M as MdPictureAsPdf } from './Normal-be430fa9.js';
43
+ export { A as AD728x90, D as AdSlot, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-be430fa9.js';
46
44
  import 'react-bootstrap/ListGroup';
47
45
  import Head from 'next/head';
48
46
  import Accordion from 'react-bootstrap/Accordion';
@@ -202,7 +200,7 @@ var AD300x250 = function AD300x250(_ref) {
202
200
  _ref$targeting = _ref.targeting,
203
201
  targeting = _ref$targeting === undefined ? {} : _ref$targeting;
204
202
 
205
- return React__default.createElement(AD, {
203
+ return React__default.createElement(DFPAdSlot, {
206
204
  networkID: networkID,
207
205
  adUnit: adUnit,
208
206
  slotId: slotId,
@@ -219,7 +217,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
219
217
  _ref$targeting = _ref.targeting,
220
218
  targeting = _ref$targeting === undefined ? {} : _ref$targeting;
221
219
 
222
- return React__default.createElement(AD, {
220
+ return React__default.createElement(DFPAdSlot, {
223
221
  networkID: networkID,
224
222
  adUnit: adUnit,
225
223
  className: 'AD300x250',
@@ -260,6 +258,25 @@ var ADFooter = function ADFooter(_ref) {
260
258
  );
261
259
  };
262
260
 
261
+ var AdSlotsProvider = function AdSlotsProvider(_ref) {
262
+ var children = _ref.children,
263
+ networkID = _ref.networkID,
264
+ _ref$targeting = _ref.targeting,
265
+ targeting = _ref$targeting === undefined ? {} : _ref$targeting,
266
+ _ref$singleRequest = _ref.singleRequest,
267
+ singleRequest = _ref$singleRequest === undefined ? true : _ref$singleRequest;
268
+
269
+ return React__default.createElement(
270
+ lib_1,
271
+ {
272
+ dfpNetworkId: networkID,
273
+ targeting: targeting,
274
+ singleRequest: singleRequest,
275
+ lazyLoad: { fetchMarginPercent: 500, renderMarginPercent: 200, mobileScaling: 2.0 } },
276
+ children
277
+ );
278
+ };
279
+
263
280
  var urlFor = function urlFor(source, client) {
264
281
  var builder = imageUrlBuilder(client);
265
282
  return builder.image(source);
@@ -10144,8 +10161,12 @@ var Poll = function Poll(_ref) {
10144
10161
  };
10145
10162
 
10146
10163
  var choicesTotalCount = choices && choices.reduce(function (acc, choice) {
10147
- acc = acc + parseInt(choice.choiceCount);
10148
- return acc;
10164
+ if (choice.choiceCount) {
10165
+ acc = acc + parseInt(choice.choiceCount);
10166
+ return acc;
10167
+ } else {
10168
+ return acc;
10169
+ }
10149
10170
  }, 0);
10150
10171
  return React__default.createElement(
10151
10172
  React__default.Fragment,
@@ -10184,7 +10205,7 @@ var Poll = function Poll(_ref) {
10184
10205
  'div',
10185
10206
  { className: 'progress-container' },
10186
10207
  showAnswer && choices && choices.length > 0 && choices.map(function (choice) {
10187
- var percentage = choicesTotalCount && choicesTotalCount > 0 ? Math.floor(choice.choiceCount * 100 / choicesTotalCount) : 0;
10208
+ var percentage = choicesTotalCount && choicesTotalCount > 0 ? choice.choiceCount ? Math.floor(choice.choiceCount * 100 / choicesTotalCount) : 0 : 0;
10188
10209
  return React__default.createElement(
10189
10210
  'div',
10190
10211
  { key: choice._key, className: 'mb-3' },
@@ -10199,7 +10220,7 @@ var Poll = function Poll(_ref) {
10199
10220
  { className: 'float-right' },
10200
10221
  percentage,
10201
10222
  '% (',
10202
- choice.choiceCount,
10223
+ choice.choiceCount ? choice.choiceCount : 0,
10203
10224
  ' Votes)'
10204
10225
  )
10205
10226
  );
@@ -11549,7 +11570,8 @@ var OncliveHero = function OncliveHero(props) {
11549
11570
 
11550
11571
  var OncliveLargeHero = function OncliveLargeHero(props) {
11551
11572
  var topArticle = props.dataRecord[0];
11552
- var subArticles = props.dataRecord.slice(1, props.dataRecord.length);
11573
+ var middleArticles = props.dataRecord.slice(1, 3);
11574
+ var subArticles = props.dataRecord.slice(3, props.dataRecord.length);
11553
11575
  var client = props.client;
11554
11576
 
11555
11577
  var builder = imageUrlBuilder(client);
@@ -11570,81 +11592,177 @@ var OncliveLargeHero = function OncliveLargeHero(props) {
11570
11592
  'div',
11571
11593
  { className: 'article-hero-container' },
11572
11594
  React__default.createElement(
11573
- 'a',
11574
- { href: '/view/' + topArticle.url.current, className: 'top-article' },
11575
- React__default.createElement(
11576
- 'figure',
11577
- null,
11578
- React__default.createElement('img', { src: topArticleThumbnail, alt: topArticleAltText })
11579
- ),
11595
+ 'div',
11596
+ { className: 'top-outer' },
11580
11597
  React__default.createElement(
11581
- 'div',
11582
- { className: 'top-article--body' },
11583
- React__default.createElement(
11584
- 'h1',
11585
- null,
11586
- topArticle.title
11587
- ),
11598
+ 'a',
11599
+ { href: '/view/' + topArticle.url.current, className: 'top-article' },
11588
11600
  React__default.createElement(
11589
- 'p',
11601
+ 'figure',
11590
11602
  null,
11591
- moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
11603
+ React__default.createElement('img', { src: topArticleThumbnail, alt: topArticleAltText })
11592
11604
  ),
11593
11605
  React__default.createElement(
11594
- 'p',
11595
- null,
11596
- clean_html_1(topArticle.summary)
11606
+ 'div',
11607
+ { className: 'top-article--body' },
11608
+ React__default.createElement(
11609
+ 'h1',
11610
+ null,
11611
+ topArticle.title
11612
+ ),
11613
+ React__default.createElement(
11614
+ 'p',
11615
+ null,
11616
+ moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
11617
+ ),
11618
+ React__default.createElement(
11619
+ 'p',
11620
+ null,
11621
+ clean_html_1(topArticle.summary)
11622
+ )
11597
11623
  )
11624
+ ),
11625
+ React__default.createElement(
11626
+ 'div',
11627
+ { className: 'sub-articles-container middle-single' },
11628
+ middleArticles && middleArticles.map(function (article, index) {
11629
+ var articleThumbnail = '';
11630
+ var articleAltText = article.title;
11631
+ if (article.thumbnail && article.thumbnail.asset) {
11632
+ articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
11633
+ articleAltText = article.thumbnail.asset.originalFileName;
11634
+ } else if (props.thumbnail) {
11635
+ articleThumbnail = props.thumbnail;
11636
+ }
11637
+ return React__default.createElement(
11638
+ 'a',
11639
+ { key: index, href: '/view/' + article.url.current, className: 'sub-article' },
11640
+ React__default.createElement(
11641
+ 'figure',
11642
+ null,
11643
+ React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
11644
+ ),
11645
+ React__default.createElement(
11646
+ 'div',
11647
+ { className: 'sub-article--body' },
11648
+ React__default.createElement(
11649
+ 'h2',
11650
+ null,
11651
+ article.title
11652
+ ),
11653
+ React__default.createElement('div', null),
11654
+ moment(article.published).format('MMMM Do YYYY, h:mma'),
11655
+ article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
11656
+ 'p',
11657
+ { className: 'mb-2' },
11658
+ 'By ',
11659
+ React__default.createElement(
11660
+ 'b',
11661
+ null,
11662
+ article.authorMapping[0].displayName
11663
+ )
11664
+ )
11665
+ )
11666
+ );
11667
+ })
11598
11668
  )
11599
11669
  ),
11600
11670
  React__default.createElement(
11601
11671
  'div',
11602
- { className: 'sub-articles-container' },
11603
- subArticles && subArticles.map(function (article, index) {
11604
- var articleThumbnail = '';
11605
- var articleAltText = article.title;
11606
- if (article.thumbnail && article.thumbnail.asset) {
11607
- articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
11608
- articleAltText = article.thumbnail.asset.originalFileName;
11609
- } else if (props.thumbnail) {
11610
- articleThumbnail = props.thumbnail;
11611
- }
11612
- return React__default.createElement(
11613
- 'a',
11614
- { key: index, href: '/view/' + article.url.current, className: 'sub-article' },
11615
- React__default.createElement(
11616
- 'figure',
11617
- null,
11618
- React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
11619
- ),
11620
- React__default.createElement(
11621
- 'div',
11622
- { className: 'sub-article--body' },
11672
+ { className: 'sub-outer-container' },
11673
+ React__default.createElement(
11674
+ 'div',
11675
+ { className: 'sub-articles-container middle-group' },
11676
+ middleArticles && middleArticles.map(function (article, index) {
11677
+ var articleThumbnail = '';
11678
+ var articleAltText = article.title;
11679
+ if (article.thumbnail && article.thumbnail.asset) {
11680
+ articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
11681
+ articleAltText = article.thumbnail.asset.originalFileName;
11682
+ } else if (props.thumbnail) {
11683
+ articleThumbnail = props.thumbnail;
11684
+ }
11685
+ return React__default.createElement(
11686
+ 'a',
11687
+ { key: index, href: '/view/' + article.url.current, className: 'sub-article' },
11623
11688
  React__default.createElement(
11624
- 'h2',
11689
+ 'figure',
11625
11690
  null,
11626
- article.title
11691
+ React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
11627
11692
  ),
11628
- React__default.createElement('div', null),
11629
- moment(article.published).format('MMMM Do YYYY, h:mma'),
11630
- article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
11631
- 'p',
11632
- { className: 'mb-2' },
11633
- 'By ',
11693
+ React__default.createElement(
11694
+ 'div',
11695
+ { className: 'sub-article--body' },
11634
11696
  React__default.createElement(
11635
- 'b',
11697
+ 'h2',
11636
11698
  null,
11637
- article.authorMapping[0].displayName
11699
+ article.title
11700
+ ),
11701
+ React__default.createElement('div', null),
11702
+ moment(article.published).format('MMMM Do YYYY, h:mma'),
11703
+ article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
11704
+ 'p',
11705
+ { className: 'mb-2' },
11706
+ 'By ',
11707
+ React__default.createElement(
11708
+ 'b',
11709
+ null,
11710
+ article.authorMapping[0].displayName
11711
+ )
11638
11712
  )
11639
11713
  )
11640
- )
11641
- );
11642
- })
11714
+ );
11715
+ })
11716
+ ),
11717
+ React__default.createElement(
11718
+ 'div',
11719
+ { className: 'sub-articles-container' },
11720
+ subArticles && subArticles.map(function (article, index) {
11721
+ var articleThumbnail = '';
11722
+ var articleAltText = article.title;
11723
+ if (article.thumbnail && article.thumbnail.asset) {
11724
+ articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
11725
+ articleAltText = article.thumbnail.asset.originalFileName;
11726
+ } else if (props.thumbnail) {
11727
+ articleThumbnail = props.thumbnail;
11728
+ }
11729
+ return React__default.createElement(
11730
+ 'a',
11731
+ { key: index, href: '/view/' + article.url.current, className: 'sub-article' },
11732
+ React__default.createElement(
11733
+ 'figure',
11734
+ null,
11735
+ React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
11736
+ ),
11737
+ React__default.createElement(
11738
+ 'div',
11739
+ { className: 'sub-article--body' },
11740
+ React__default.createElement(
11741
+ 'h2',
11742
+ null,
11743
+ article.title
11744
+ ),
11745
+ React__default.createElement('div', null),
11746
+ moment(article.published).format('MMMM Do YYYY, h:mma'),
11747
+ article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
11748
+ 'p',
11749
+ { className: 'mb-2' },
11750
+ 'By ',
11751
+ React__default.createElement(
11752
+ 'b',
11753
+ null,
11754
+ article.authorMapping[0].displayName
11755
+ )
11756
+ )
11757
+ )
11758
+ );
11759
+ })
11760
+ )
11643
11761
  ),
11644
11762
  React__default.createElement(
11645
11763
  'style',
11646
11764
  { jsx: 'true' },
11647
- '\n .article-hero-container {\n display: flex;\n flex-direction: row;\n margin: 0 -1rem;\n }\n .top-article {\n width: 50%;\n margin: 0 1rem;\n height: 100%;\n display: block;\n }\n .top-article figure {\n width: 100%;\n height: 60%;\n }\n .top-article figure img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n }\n .top-article--body h1 {\n font-size: 1.4rem;\n color: black !important;\n font-weight: bold;\n }\n .sub-articles-container {\n width: 50%;\n flex: 1 1 auto;\n min-width: 350px;\n }\n .sub-article {\n margin: 0 1rem 1rem;\n display: flex;\n flex-direction: row;\n }\n .sub-article figure {\n width: 125px;\n }\n .sub-article figure img {\n width: 125px;\n height: auto;\n object-fit: cover;\n }\n .sub-article--body {\n padding-left: 1rem;\n font-size: 0.9rem;\n }\n .sub-article--body h2 {\n font-size: 1rem;\n font-weight: bold;\n }\n @media screen and (max-width: 1368px) {\n .article-hero-container {\n flex-direction: column;\n }\n .top-article {\n width: unset;\n flex: 1 1 auto;\n }\n .sub-articles-container {\n width: 100%;\n margin-top: 1rem;\n min-width: 280px;\n }\n }\n '
11765
+ '\n .article-hero-container {\n margin: 0 -0.8rem;\n }\n @media screen and (min-width: 1400px) {\n .article-hero-container {\n display: flex;\n flex-direction: row;\n }\n }\n .top-article {\n // width: 50%;\n margin: 0 1rem;\n height: 100%;\n display: block;\n }\n .top-article figure {\n width: 100%;\n height: 60%;\n }\n .top-article figure img {\n width: 100%;\n height: 100%;\n object-fit: cover;\n }\n .top-article--body h1 {\n font-size: 1.4rem;\n color: black !important;\n font-weight: bold;\n }\n // .sub-articles-container {\n // width: 50%;\n // flex: 1 1 auto;\n // min-width: 350px;\n // }\n .sub-article {\n margin: 0 1rem 1rem;\n display: flex;\n flex-direction: row;\n }\n .sub-article figure {\n width: 125px;\n }\n .sub-article figure img {\n width: 125px;\n height: auto;\n object-fit: cover;\n }\n .sub-article--body {\n padding-left: 1rem;\n font-size: 0.9rem;\n }\n .sub-article--body h2 {\n font-size: 1rem;\n font-weight: bold;\n }\n @media screen and (max-width: 1368px) {\n .article-hero-container {\n flex-direction: column;\n }\n .top-article {\n // width: unset;\n flex: 1 1 auto;\n }\n .sub-articles-container {\n width: 100%;\n margin-top: 1rem;\n min-width: 280px;\n }\n }\n @media screen and (max-width: 1399px) and (min-width: 992px) {\n .top-article {\n // width: 50%;\n flex: 1 1 auto;\n margin-bottom: 1rem;\n }\n .middle-group {\n display: none;\n }\n .middle-single {\n display: block !important;\n margin-top: 0 !important;\n }\n .top-article figure img {\n max-height: 180px !important;\n }\n }\n // @media only screen and (min-width) {\n // .sub-outer-container {\n // width: 50%;\n // flex: 1 1 auto;\n // min-width: 350px;\n // }\n // }\n .middle-single {\n display: none;\n }\n .top-outer {\n display: flex;\n }\n '
11648
11766
  )
11649
11767
  );
11650
11768
  };
@@ -11988,4 +12106,4 @@ var ConferenceArticleCard = function ConferenceArticleCard(props) {
11988
12106
  );
11989
12107
  };
11990
12108
 
11991
- export { AD300x250, AD300x250x600, ADFooter, AccordionPanel, AlphabeticList, ArticleDetailDropdown, Breadcrumbs$1 as Breadcrumbs, ConferenceArticleCard, Feature, fbsHero as ForbesHero, Hero, HorizontalHero, OncliveHero, OncliveLargeHero, PdfDownload, RelatedContent, RelatedTopicsDropdown, SetCookie, SocialShare$1 as SocialShare, VerticalHero, YahooHero, getSerializers };
12109
+ export { AD300x250, AD300x250x600, ADFooter, AccordionPanel, AdSlotsProvider, AlphabeticList, ArticleDetailDropdown, Breadcrumbs$1 as Breadcrumbs, ConferenceArticleCard, Feature, fbsHero as ForbesHero, Hero, HorizontalHero, OncliveHero, OncliveLargeHero, PdfDownload, RelatedContent, RelatedTopicsDropdown, SetCookie, SocialShare$1 as SocialShare, VerticalHero, YahooHero, getSerializers };