@mjhls/mjh-framework 1.0.205 → 1.0.207
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.
- package/README.md +1 -1
- package/dist/cjs/DeckContent.js +10 -11
- package/dist/cjs/DeckQueue.js +11 -12
- package/dist/cjs/{Dfp-d94f7f73.js → Dfp-c4f1f12a.js} +5 -5
- package/dist/cjs/GridContent-089aa22c.js +632 -0
- package/dist/cjs/GridContent.js +17 -604
- package/dist/cjs/IssueContentDeck.js +4 -4
- package/dist/cjs/IssueDeck.js +4 -4
- package/dist/cjs/MasterDeck.js +5 -6
- package/dist/cjs/{Normal-7dd8c339.js → Normal-47d9e184.js} +62 -3
- package/dist/cjs/PublicationDeck.js +4 -4
- package/dist/cjs/QueueDeckExpanded.js +13 -13
- package/dist/cjs/{TaxonomyCard-7b5b4298.js → TaxonomyCard-d97685e2.js} +5 -5
- package/dist/cjs/TaxonomyCard.js +1 -1
- package/dist/cjs/TemplateNormal.js +4 -4
- package/dist/cjs/ThumbnailCard.js +4 -4
- package/dist/cjs/VideoSeriesListing.js +6 -7
- package/dist/cjs/{YoutubeGroup-f7707ceb.js → YoutubeGroup-7dc3064d.js} +6 -6
- package/dist/cjs/YoutubeGroup.js +1 -1
- package/dist/cjs/{debounce-286eb3fb.js → debounce-a963b136.js} +211 -6
- package/dist/cjs/{get-06aac51b.js → get-126b1712.js} +10 -10
- package/dist/cjs/{visibility-sensor-5c5a7302.js → index-0322e486.js} +0 -587
- package/dist/cjs/index.js +213 -97
- package/dist/cjs/{index.es-2289df51.js → visibility-sensor-bea3105d.js} +587 -0
- package/dist/esm/DeckContent.js +3 -4
- package/dist/esm/DeckQueue.js +4 -5
- package/dist/esm/{Dfp-ab7941d3.js → Dfp-6731ac01.js} +3 -3
- package/dist/esm/GridContent-214acb61.js +625 -0
- package/dist/esm/GridContent.js +16 -603
- package/dist/esm/MasterDeck.js +3 -4
- package/dist/esm/{Normal-403c5666.js → Normal-be430fa9.js} +62 -4
- package/dist/esm/QueueDeckExpanded.js +2 -2
- package/dist/esm/TemplateNormal.js +4 -4
- package/dist/esm/VideoSeriesListing.js +4 -5
- package/dist/esm/{YoutubeGroup-06df4923.js → YoutubeGroup-dc617e8b.js} +3 -3
- package/dist/esm/YoutubeGroup.js +1 -1
- package/dist/esm/{debounce-a0242b4a.js → debounce-dc0c02e5.js} +202 -2
- package/dist/esm/{get-b684ff61.js → get-b074314b.js} +1 -1
- package/dist/esm/{visibility-sensor-3cfe6713.js → index-6a79dad6.js} +2 -588
- package/dist/esm/index.js +185 -71
- package/dist/esm/{index.es-f369b3e8.js → visibility-sensor-675d3fa1.js} +588 -2
- package/package.json +1 -1
- package/dist/cjs/AD-e2479b7c.js +0 -31
- package/dist/cjs/isSymbol-311eb805.js +0 -209
- package/dist/esm/AD-1b2a3dd3.js +0 -26
- 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 './
|
|
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 './
|
|
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 './
|
|
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-
|
|
22
|
-
import { A as AD } from './
|
|
23
|
-
export { A as AD } from './
|
|
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';
|
|
@@ -29,8 +27,8 @@ import { B as BlockContent } from './TaxonomyCard-f9c93953.js';
|
|
|
29
27
|
export { T as TaxonomyCard } from './TaxonomyCard-f9c93953.js';
|
|
30
28
|
import GroupDeck from './GroupDeck.js';
|
|
31
29
|
export { default as GroupDeck } from './GroupDeck.js';
|
|
32
|
-
import { g as getYoutubeId } from './YoutubeGroup-
|
|
33
|
-
export { Y as YoutubeGroup } from './YoutubeGroup-
|
|
30
|
+
import { g as getYoutubeId } from './YoutubeGroup-dc617e8b.js';
|
|
31
|
+
export { Y as YoutubeGroup } from './YoutubeGroup-dc617e8b.js';
|
|
34
32
|
import { Figure, Carousel, Table, Button, ProgressBar, Card } from 'react-bootstrap';
|
|
35
33
|
export { default as QueueDeckExpanded } from './QueueDeckExpanded.js';
|
|
36
34
|
import { I as IoMdArrowDropdown } from './index.esm-536609db.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-
|
|
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-
|
|
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(
|
|
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(
|
|
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);
|
|
@@ -9973,7 +9990,7 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
|
|
|
9973
9990
|
var seriesVid = params.get('seriesVid') || 1;
|
|
9974
9991
|
var data = [];
|
|
9975
9992
|
nodes.videos.forEach(function (vid) {
|
|
9976
|
-
data.push({ title: vid.title, thumbnail: '
|
|
9993
|
+
data.push({ title: vid.title, thumbnail: 'https://img.youtube.com/vi/' + getYoutubeId(vid.url) + '/hqdefault.jpg', url: vid.url });
|
|
9977
9994
|
});
|
|
9978
9995
|
// if series number doesn't exist, route back to first vid of series
|
|
9979
9996
|
if (data.length < seriesVid) {
|
|
@@ -11549,7 +11566,8 @@ var OncliveHero = function OncliveHero(props) {
|
|
|
11549
11566
|
|
|
11550
11567
|
var OncliveLargeHero = function OncliveLargeHero(props) {
|
|
11551
11568
|
var topArticle = props.dataRecord[0];
|
|
11552
|
-
var
|
|
11569
|
+
var middleArticles = props.dataRecord.slice(1, 3);
|
|
11570
|
+
var subArticles = props.dataRecord.slice(3, props.dataRecord.length);
|
|
11553
11571
|
var client = props.client;
|
|
11554
11572
|
|
|
11555
11573
|
var builder = imageUrlBuilder(client);
|
|
@@ -11570,81 +11588,177 @@ var OncliveLargeHero = function OncliveLargeHero(props) {
|
|
|
11570
11588
|
'div',
|
|
11571
11589
|
{ className: 'article-hero-container' },
|
|
11572
11590
|
React__default.createElement(
|
|
11573
|
-
'
|
|
11574
|
-
{
|
|
11575
|
-
React__default.createElement(
|
|
11576
|
-
'figure',
|
|
11577
|
-
null,
|
|
11578
|
-
React__default.createElement('img', { src: topArticleThumbnail, alt: topArticleAltText })
|
|
11579
|
-
),
|
|
11591
|
+
'div',
|
|
11592
|
+
{ className: 'top-outer' },
|
|
11580
11593
|
React__default.createElement(
|
|
11581
|
-
'
|
|
11582
|
-
{ className: 'top-article
|
|
11583
|
-
React__default.createElement(
|
|
11584
|
-
'h1',
|
|
11585
|
-
null,
|
|
11586
|
-
topArticle.title
|
|
11587
|
-
),
|
|
11594
|
+
'a',
|
|
11595
|
+
{ href: '/view/' + topArticle.url.current, className: 'top-article' },
|
|
11588
11596
|
React__default.createElement(
|
|
11589
|
-
'
|
|
11597
|
+
'figure',
|
|
11590
11598
|
null,
|
|
11591
|
-
|
|
11599
|
+
React__default.createElement('img', { src: topArticleThumbnail, alt: topArticleAltText })
|
|
11592
11600
|
),
|
|
11593
11601
|
React__default.createElement(
|
|
11594
|
-
'
|
|
11595
|
-
|
|
11596
|
-
|
|
11602
|
+
'div',
|
|
11603
|
+
{ className: 'top-article--body' },
|
|
11604
|
+
React__default.createElement(
|
|
11605
|
+
'h1',
|
|
11606
|
+
null,
|
|
11607
|
+
topArticle.title
|
|
11608
|
+
),
|
|
11609
|
+
React__default.createElement(
|
|
11610
|
+
'p',
|
|
11611
|
+
null,
|
|
11612
|
+
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
11613
|
+
),
|
|
11614
|
+
React__default.createElement(
|
|
11615
|
+
'p',
|
|
11616
|
+
null,
|
|
11617
|
+
clean_html_1(topArticle.summary)
|
|
11618
|
+
)
|
|
11597
11619
|
)
|
|
11620
|
+
),
|
|
11621
|
+
React__default.createElement(
|
|
11622
|
+
'div',
|
|
11623
|
+
{ className: 'sub-articles-container middle-single' },
|
|
11624
|
+
middleArticles && middleArticles.map(function (article, index) {
|
|
11625
|
+
var articleThumbnail = '';
|
|
11626
|
+
var articleAltText = article.title;
|
|
11627
|
+
if (article.thumbnail && article.thumbnail.asset) {
|
|
11628
|
+
articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
|
|
11629
|
+
articleAltText = article.thumbnail.asset.originalFileName;
|
|
11630
|
+
} else if (props.thumbnail) {
|
|
11631
|
+
articleThumbnail = props.thumbnail;
|
|
11632
|
+
}
|
|
11633
|
+
return React__default.createElement(
|
|
11634
|
+
'a',
|
|
11635
|
+
{ key: index, href: '/view/' + article.url.current, className: 'sub-article' },
|
|
11636
|
+
React__default.createElement(
|
|
11637
|
+
'figure',
|
|
11638
|
+
null,
|
|
11639
|
+
React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
|
|
11640
|
+
),
|
|
11641
|
+
React__default.createElement(
|
|
11642
|
+
'div',
|
|
11643
|
+
{ className: 'sub-article--body' },
|
|
11644
|
+
React__default.createElement(
|
|
11645
|
+
'h2',
|
|
11646
|
+
null,
|
|
11647
|
+
article.title
|
|
11648
|
+
),
|
|
11649
|
+
React__default.createElement('div', null),
|
|
11650
|
+
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
11651
|
+
article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
|
|
11652
|
+
'p',
|
|
11653
|
+
{ className: 'mb-2' },
|
|
11654
|
+
'By ',
|
|
11655
|
+
React__default.createElement(
|
|
11656
|
+
'b',
|
|
11657
|
+
null,
|
|
11658
|
+
article.authorMapping[0].displayName
|
|
11659
|
+
)
|
|
11660
|
+
)
|
|
11661
|
+
)
|
|
11662
|
+
);
|
|
11663
|
+
})
|
|
11598
11664
|
)
|
|
11599
11665
|
),
|
|
11600
11666
|
React__default.createElement(
|
|
11601
11667
|
'div',
|
|
11602
|
-
{ className: 'sub-
|
|
11603
|
-
|
|
11604
|
-
|
|
11605
|
-
|
|
11606
|
-
|
|
11607
|
-
articleThumbnail =
|
|
11608
|
-
articleAltText = article.
|
|
11609
|
-
|
|
11610
|
-
|
|
11611
|
-
|
|
11612
|
-
|
|
11613
|
-
|
|
11614
|
-
|
|
11615
|
-
React__default.createElement(
|
|
11616
|
-
'
|
|
11617
|
-
|
|
11618
|
-
React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
|
|
11619
|
-
),
|
|
11620
|
-
React__default.createElement(
|
|
11621
|
-
'div',
|
|
11622
|
-
{ className: 'sub-article--body' },
|
|
11668
|
+
{ className: 'sub-outer-container' },
|
|
11669
|
+
React__default.createElement(
|
|
11670
|
+
'div',
|
|
11671
|
+
{ className: 'sub-articles-container middle-group' },
|
|
11672
|
+
middleArticles && middleArticles.map(function (article, index) {
|
|
11673
|
+
var articleThumbnail = '';
|
|
11674
|
+
var articleAltText = article.title;
|
|
11675
|
+
if (article.thumbnail && article.thumbnail.asset) {
|
|
11676
|
+
articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
|
|
11677
|
+
articleAltText = article.thumbnail.asset.originalFileName;
|
|
11678
|
+
} else if (props.thumbnail) {
|
|
11679
|
+
articleThumbnail = props.thumbnail;
|
|
11680
|
+
}
|
|
11681
|
+
return React__default.createElement(
|
|
11682
|
+
'a',
|
|
11683
|
+
{ key: index, href: '/view/' + article.url.current, className: 'sub-article' },
|
|
11623
11684
|
React__default.createElement(
|
|
11624
|
-
'
|
|
11685
|
+
'figure',
|
|
11625
11686
|
null,
|
|
11626
|
-
|
|
11687
|
+
React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
|
|
11627
11688
|
),
|
|
11628
|
-
React__default.createElement(
|
|
11629
|
-
|
|
11630
|
-
|
|
11631
|
-
'p',
|
|
11632
|
-
{ className: 'mb-2' },
|
|
11633
|
-
'By ',
|
|
11689
|
+
React__default.createElement(
|
|
11690
|
+
'div',
|
|
11691
|
+
{ className: 'sub-article--body' },
|
|
11634
11692
|
React__default.createElement(
|
|
11635
|
-
'
|
|
11693
|
+
'h2',
|
|
11636
11694
|
null,
|
|
11637
|
-
article.
|
|
11695
|
+
article.title
|
|
11696
|
+
),
|
|
11697
|
+
React__default.createElement('div', null),
|
|
11698
|
+
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
11699
|
+
article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
|
|
11700
|
+
'p',
|
|
11701
|
+
{ className: 'mb-2' },
|
|
11702
|
+
'By ',
|
|
11703
|
+
React__default.createElement(
|
|
11704
|
+
'b',
|
|
11705
|
+
null,
|
|
11706
|
+
article.authorMapping[0].displayName
|
|
11707
|
+
)
|
|
11638
11708
|
)
|
|
11639
11709
|
)
|
|
11640
|
-
)
|
|
11641
|
-
)
|
|
11642
|
-
|
|
11710
|
+
);
|
|
11711
|
+
})
|
|
11712
|
+
),
|
|
11713
|
+
React__default.createElement(
|
|
11714
|
+
'div',
|
|
11715
|
+
{ className: 'sub-articles-container' },
|
|
11716
|
+
subArticles && subArticles.map(function (article, index) {
|
|
11717
|
+
var articleThumbnail = '';
|
|
11718
|
+
var articleAltText = article.title;
|
|
11719
|
+
if (article.thumbnail && article.thumbnail.asset) {
|
|
11720
|
+
articleThumbnail = urlFor(article.thumbnail.asset).width(250).url();
|
|
11721
|
+
articleAltText = article.thumbnail.asset.originalFileName;
|
|
11722
|
+
} else if (props.thumbnail) {
|
|
11723
|
+
articleThumbnail = props.thumbnail;
|
|
11724
|
+
}
|
|
11725
|
+
return React__default.createElement(
|
|
11726
|
+
'a',
|
|
11727
|
+
{ key: index, href: '/view/' + article.url.current, className: 'sub-article' },
|
|
11728
|
+
React__default.createElement(
|
|
11729
|
+
'figure',
|
|
11730
|
+
null,
|
|
11731
|
+
React__default.createElement('img', { src: articleThumbnail, alt: articleAltText })
|
|
11732
|
+
),
|
|
11733
|
+
React__default.createElement(
|
|
11734
|
+
'div',
|
|
11735
|
+
{ className: 'sub-article--body' },
|
|
11736
|
+
React__default.createElement(
|
|
11737
|
+
'h2',
|
|
11738
|
+
null,
|
|
11739
|
+
article.title
|
|
11740
|
+
),
|
|
11741
|
+
React__default.createElement('div', null),
|
|
11742
|
+
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
11743
|
+
article.authorMapping && article.authorMapping[0] && article.authorMapping[0].displayName && React__default.createElement(
|
|
11744
|
+
'p',
|
|
11745
|
+
{ className: 'mb-2' },
|
|
11746
|
+
'By ',
|
|
11747
|
+
React__default.createElement(
|
|
11748
|
+
'b',
|
|
11749
|
+
null,
|
|
11750
|
+
article.authorMapping[0].displayName
|
|
11751
|
+
)
|
|
11752
|
+
)
|
|
11753
|
+
)
|
|
11754
|
+
);
|
|
11755
|
+
})
|
|
11756
|
+
)
|
|
11643
11757
|
),
|
|
11644
11758
|
React__default.createElement(
|
|
11645
11759
|
'style',
|
|
11646
11760
|
{ 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
|
|
11761
|
+
'\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 @media screen and (max-width: 1399px) and (min-width: 992px) {\n .top-article {\n // width: 50%;\n flex: 1 1 auto;\n }\n .middle-group {\n display: none;\n }\n .middle-single {\n display: block !important;\n margin-top: 0 !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
11762
|
)
|
|
11649
11763
|
);
|
|
11650
11764
|
};
|
|
@@ -11988,4 +12102,4 @@ var ConferenceArticleCard = function ConferenceArticleCard(props) {
|
|
|
11988
12102
|
);
|
|
11989
12103
|
};
|
|
11990
12104
|
|
|
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 };
|
|
12105
|
+
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 };
|