@mjhls/mjh-framework 1.0.190 → 1.0.192
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/index.es.js +516 -803
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +520 -807
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import React__default, { Component, useState, useEffect, useRef,
|
|
1
|
+
import React__default, { Component, useState, useEffect, useRef, createContext, createElement } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import reactDom from 'react-dom';
|
|
4
4
|
import Container from 'react-bootstrap/Container';
|
|
5
5
|
import Row from 'react-bootstrap/Row';
|
|
6
6
|
import Col from 'react-bootstrap/Col';
|
|
7
7
|
import Card from 'react-bootstrap/Card';
|
|
8
|
-
import
|
|
8
|
+
import 'next/link';
|
|
9
9
|
import Router, { withRouter, useRouter } from 'next/router';
|
|
10
10
|
import Media from 'react-bootstrap/Media';
|
|
11
11
|
import { Media as Media$1, Container as Container$1, Dropdown, Figure, Carousel, Table, Button as Button$1, ProgressBar, Card as Card$1 } from 'react-bootstrap';
|
|
@@ -10528,14 +10528,10 @@ var DeckContent = function (_React$Component) {
|
|
|
10528
10528
|
'By'
|
|
10529
10529
|
),
|
|
10530
10530
|
React__default.createElement(
|
|
10531
|
-
|
|
10532
|
-
{ href: '/authors
|
|
10533
|
-
|
|
10534
|
-
|
|
10535
|
-
{ className: 'text-muted' },
|
|
10536
|
-
displayName,
|
|
10537
|
-
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
10538
|
-
)
|
|
10531
|
+
'a',
|
|
10532
|
+
{ href: '/authors/${url.current}', className: 'text-muted' },
|
|
10533
|
+
displayName,
|
|
10534
|
+
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
10539
10535
|
)
|
|
10540
10536
|
);
|
|
10541
10537
|
} else if (displayName) {
|
|
@@ -10592,36 +10588,28 @@ var DeckContent = function (_React$Component) {
|
|
|
10592
10588
|
Card,
|
|
10593
10589
|
{ className: 'content-card', style: { flexDirection: mode } },
|
|
10594
10590
|
(row.thumbnail && row.thumbnail.asset || _this.props.defaultImage) && React__default.createElement(
|
|
10595
|
-
|
|
10596
|
-
{ href: _this.mapping[contentCategoryName] + '/
|
|
10591
|
+
'a',
|
|
10592
|
+
{ href: _this.mapping[contentCategoryName] + '/' + row.url.current },
|
|
10597
10593
|
React__default.createElement(
|
|
10598
|
-
|
|
10599
|
-
|
|
10600
|
-
React__default.createElement(
|
|
10601
|
-
|
|
10602
|
-
|
|
10603
|
-
|
|
10604
|
-
|
|
10605
|
-
src: _this.renderCardImage(row, page),
|
|
10606
|
-
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
10607
|
-
})
|
|
10608
|
-
)
|
|
10594
|
+
LazyLoad,
|
|
10595
|
+
{ height: _this.props.imageHeight },
|
|
10596
|
+
React__default.createElement(Card.Img, {
|
|
10597
|
+
variant: 'top',
|
|
10598
|
+
src: _this.renderCardImage(row, page),
|
|
10599
|
+
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
10600
|
+
})
|
|
10609
10601
|
)
|
|
10610
10602
|
),
|
|
10611
10603
|
React__default.createElement(
|
|
10612
10604
|
Card.Body,
|
|
10613
10605
|
null,
|
|
10614
10606
|
React__default.createElement(
|
|
10615
|
-
|
|
10616
|
-
{ href: _this.mapping[contentCategoryName] + '/
|
|
10607
|
+
'a',
|
|
10608
|
+
{ href: _this.mapping[contentCategoryName] + '/' + row.url.current },
|
|
10617
10609
|
React__default.createElement(
|
|
10618
|
-
|
|
10610
|
+
Card.Title,
|
|
10619
10611
|
null,
|
|
10620
|
-
|
|
10621
|
-
Card.Title,
|
|
10622
|
-
null,
|
|
10623
|
-
row.title
|
|
10624
|
-
)
|
|
10612
|
+
row.title
|
|
10625
10613
|
)
|
|
10626
10614
|
),
|
|
10627
10615
|
_this.props.showPublished && row.published && React__default.createElement(
|
|
@@ -11920,14 +11908,10 @@ var GridContent = function (_React$Component) {
|
|
|
11920
11908
|
'By'
|
|
11921
11909
|
),
|
|
11922
11910
|
React__default.createElement(
|
|
11923
|
-
|
|
11924
|
-
{ href: '/authors/
|
|
11925
|
-
|
|
11926
|
-
|
|
11927
|
-
{ className: 'text-muted' },
|
|
11928
|
-
displayName,
|
|
11929
|
-
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
11930
|
-
)
|
|
11911
|
+
'a',
|
|
11912
|
+
{ href: '/authors/' + url.current, className: 'text-muted' },
|
|
11913
|
+
displayName,
|
|
11914
|
+
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
11931
11915
|
)
|
|
11932
11916
|
);
|
|
11933
11917
|
} else if (displayName) {
|
|
@@ -12007,20 +11991,16 @@ var GridContent = function (_React$Component) {
|
|
|
12007
11991
|
Col,
|
|
12008
11992
|
{ md: 12, lg: 4 },
|
|
12009
11993
|
React__default.createElement(
|
|
12010
|
-
|
|
12011
|
-
{ href: _this2.page + '/
|
|
11994
|
+
'a',
|
|
11995
|
+
{ href: _this2.page + '/' + get_1(row, 'url.current') },
|
|
12012
11996
|
React__default.createElement(
|
|
12013
|
-
|
|
12014
|
-
|
|
12015
|
-
React__default.createElement(
|
|
12016
|
-
|
|
12017
|
-
|
|
12018
|
-
|
|
12019
|
-
|
|
12020
|
-
src: _this2.renderCardImage(row, page),
|
|
12021
|
-
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12022
|
-
})
|
|
12023
|
-
)
|
|
11997
|
+
LazyLoad,
|
|
11998
|
+
{ height: _this2.props.imageHeight },
|
|
11999
|
+
React__default.createElement(Card.Img, {
|
|
12000
|
+
variant: 'top',
|
|
12001
|
+
src: _this2.renderCardImage(row, page),
|
|
12002
|
+
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12003
|
+
})
|
|
12024
12004
|
)
|
|
12025
12005
|
)
|
|
12026
12006
|
),
|
|
@@ -12034,13 +12014,9 @@ var GridContent = function (_React$Component) {
|
|
|
12034
12014
|
Card.Title,
|
|
12035
12015
|
null,
|
|
12036
12016
|
React__default.createElement(
|
|
12037
|
-
|
|
12038
|
-
{ href: _this2.page + '/
|
|
12039
|
-
|
|
12040
|
-
'a',
|
|
12041
|
-
null,
|
|
12042
|
-
row.title
|
|
12043
|
-
)
|
|
12017
|
+
'a',
|
|
12018
|
+
{ href: _this2.page + '/' + get_1(row, 'url.current') },
|
|
12019
|
+
row.title
|
|
12044
12020
|
)
|
|
12045
12021
|
),
|
|
12046
12022
|
_this2.props.showPublished && row.published && React__default.createElement(
|
|
@@ -12150,36 +12126,28 @@ var GridContent = function (_React$Component) {
|
|
|
12150
12126
|
Card,
|
|
12151
12127
|
{ className: 'content-card', style: { flexDirection: index$$1 === 0 || index$$1 % 4 === 0 ? 'top' : 'row' } },
|
|
12152
12128
|
(row.thumbnail && row.thumbnail.asset || _this2.props.defaultImage) && React__default.createElement(
|
|
12153
|
-
|
|
12154
|
-
{ href: row.url.current },
|
|
12129
|
+
'a',
|
|
12130
|
+
{ href: row.url.current, className: index$$1 === 0 || index$$1 % 4 === 0 ? '' : 'card-image' },
|
|
12155
12131
|
React__default.createElement(
|
|
12156
|
-
|
|
12157
|
-
{
|
|
12158
|
-
React__default.createElement(
|
|
12159
|
-
|
|
12160
|
-
|
|
12161
|
-
|
|
12162
|
-
|
|
12163
|
-
src: _this2.renderCardImage(row, page),
|
|
12164
|
-
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12165
|
-
})
|
|
12166
|
-
)
|
|
12132
|
+
LazyLoad,
|
|
12133
|
+
{ height: _this2.props.imageHeight },
|
|
12134
|
+
React__default.createElement(Card.Img, {
|
|
12135
|
+
variant: 'top',
|
|
12136
|
+
src: _this2.renderCardImage(row, page),
|
|
12137
|
+
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12138
|
+
})
|
|
12167
12139
|
)
|
|
12168
12140
|
),
|
|
12169
12141
|
React__default.createElement(
|
|
12170
12142
|
Card.Body,
|
|
12171
12143
|
null,
|
|
12172
12144
|
React__default.createElement(
|
|
12173
|
-
|
|
12145
|
+
'a',
|
|
12174
12146
|
{ href: row.url.current },
|
|
12175
12147
|
React__default.createElement(
|
|
12176
|
-
|
|
12148
|
+
Card.Title,
|
|
12177
12149
|
null,
|
|
12178
|
-
|
|
12179
|
-
Card.Title,
|
|
12180
|
-
null,
|
|
12181
|
-
row.title
|
|
12182
|
-
)
|
|
12150
|
+
row.title
|
|
12183
12151
|
)
|
|
12184
12152
|
),
|
|
12185
12153
|
_this2.props.showPublished && row.published && React__default.createElement(
|
|
@@ -12220,36 +12188,28 @@ var GridContent = function (_React$Component) {
|
|
|
12220
12188
|
Card,
|
|
12221
12189
|
{ className: 'content-card', style: { flexDirection: index$$1 === 0 || index$$1 % 4 === 0 ? 'top' : 'row' } },
|
|
12222
12190
|
(row.thumbnail && row.thumbnail.asset || _this2.props.defaultImage) && React__default.createElement(
|
|
12223
|
-
|
|
12224
|
-
{ href: linkHref },
|
|
12191
|
+
'a',
|
|
12192
|
+
{ href: linkHref, className: index$$1 === 0 || index$$1 % 4 === 0 ? '' : 'card-image' },
|
|
12225
12193
|
React__default.createElement(
|
|
12226
|
-
|
|
12227
|
-
{
|
|
12228
|
-
React__default.createElement(
|
|
12229
|
-
|
|
12230
|
-
|
|
12231
|
-
|
|
12232
|
-
|
|
12233
|
-
src: _this2.renderCardImage(row, page),
|
|
12234
|
-
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12235
|
-
})
|
|
12236
|
-
)
|
|
12194
|
+
LazyLoad,
|
|
12195
|
+
{ height: _this2.props.imageHeight },
|
|
12196
|
+
React__default.createElement(Card.Img, {
|
|
12197
|
+
variant: 'top',
|
|
12198
|
+
src: _this2.renderCardImage(row, page),
|
|
12199
|
+
alt: row.thumbnail && row.thumbnail.asset ? row.thumbnail.asset.originalFilename : ''
|
|
12200
|
+
})
|
|
12237
12201
|
)
|
|
12238
12202
|
),
|
|
12239
12203
|
React__default.createElement(
|
|
12240
12204
|
Card.Body,
|
|
12241
12205
|
null,
|
|
12242
12206
|
React__default.createElement(
|
|
12243
|
-
|
|
12207
|
+
'a',
|
|
12244
12208
|
{ href: linkHref },
|
|
12245
12209
|
React__default.createElement(
|
|
12246
|
-
|
|
12210
|
+
Card.Title,
|
|
12247
12211
|
null,
|
|
12248
|
-
|
|
12249
|
-
Card.Title,
|
|
12250
|
-
null,
|
|
12251
|
-
row.title
|
|
12252
|
-
)
|
|
12212
|
+
row.title
|
|
12253
12213
|
)
|
|
12254
12214
|
),
|
|
12255
12215
|
_this2.props.showPublished && row.published && React__default.createElement(
|
|
@@ -12556,8 +12516,8 @@ var DeckQueue = function (_React$Component) {
|
|
|
12556
12516
|
Col,
|
|
12557
12517
|
{ md: 12, lg: 4 },
|
|
12558
12518
|
React__default.createElement(
|
|
12559
|
-
|
|
12560
|
-
{ href: _this2.page + '/
|
|
12519
|
+
'a',
|
|
12520
|
+
{ href: _this2.page + '/' + get_1(row, 'url.current') },
|
|
12561
12521
|
React__default.createElement(
|
|
12562
12522
|
LazyLoad,
|
|
12563
12523
|
{ height: _this2.props.imageHeight },
|
|
@@ -12575,8 +12535,8 @@ var DeckQueue = function (_React$Component) {
|
|
|
12575
12535
|
Card.Title,
|
|
12576
12536
|
null,
|
|
12577
12537
|
React__default.createElement(
|
|
12578
|
-
|
|
12579
|
-
{ href: _this2.page + '/
|
|
12538
|
+
'a',
|
|
12539
|
+
{ href: _this2.page + '/' + get_1(row, 'url.current') },
|
|
12580
12540
|
row.title
|
|
12581
12541
|
)
|
|
12582
12542
|
),
|
|
@@ -12590,7 +12550,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
12590
12550
|
null,
|
|
12591
12551
|
'Recent : ',
|
|
12592
12552
|
React__default.createElement(
|
|
12593
|
-
|
|
12553
|
+
'a',
|
|
12594
12554
|
{ href: 'view/' + row.recent.url.current },
|
|
12595
12555
|
row.recent.title
|
|
12596
12556
|
)
|
|
@@ -12599,8 +12559,8 @@ var DeckQueue = function (_React$Component) {
|
|
|
12599
12559
|
Card.Text,
|
|
12600
12560
|
null,
|
|
12601
12561
|
React__default.createElement(
|
|
12602
|
-
|
|
12603
|
-
{ href: _this2.page + '/
|
|
12562
|
+
'a',
|
|
12563
|
+
{ href: _this2.page + '/' + get_1(row, 'url.current') },
|
|
12604
12564
|
clean_html_1(row.summary)
|
|
12605
12565
|
)
|
|
12606
12566
|
)
|
|
@@ -12797,16 +12757,12 @@ var TaxonomyCard = function TaxonomyCard(props) {
|
|
|
12797
12757
|
Col,
|
|
12798
12758
|
null,
|
|
12799
12759
|
row.url ? React__default.createElement(
|
|
12800
|
-
|
|
12801
|
-
{ href: row.url
|
|
12760
|
+
'a',
|
|
12761
|
+
{ href: row.url },
|
|
12802
12762
|
React__default.createElement(
|
|
12803
|
-
|
|
12763
|
+
Card.Title,
|
|
12804
12764
|
null,
|
|
12805
|
-
|
|
12806
|
-
Card.Title,
|
|
12807
|
-
null,
|
|
12808
|
-
row.name
|
|
12809
|
-
)
|
|
12765
|
+
row.name
|
|
12810
12766
|
)
|
|
12811
12767
|
) : React__default.createElement(
|
|
12812
12768
|
Card.Title,
|
|
@@ -12956,34 +12912,30 @@ var GroupDeck = function GroupDeck(props) {
|
|
|
12956
12912
|
'div',
|
|
12957
12913
|
{ key: index, className: 'tile' },
|
|
12958
12914
|
React__default.createElement(
|
|
12959
|
-
|
|
12915
|
+
'a',
|
|
12960
12916
|
{ href: _url },
|
|
12961
12917
|
React__default.createElement(
|
|
12962
|
-
'
|
|
12963
|
-
|
|
12964
|
-
React__default.createElement(
|
|
12965
|
-
|
|
12966
|
-
|
|
12967
|
-
|
|
12968
|
-
|
|
12918
|
+
'div',
|
|
12919
|
+
{ className: 'tile__media' },
|
|
12920
|
+
React__default.createElement('img', { className: 'tile__img', src: video.thumbnail, alt: '' })
|
|
12921
|
+
),
|
|
12922
|
+
React__default.createElement(
|
|
12923
|
+
'div',
|
|
12924
|
+
{ className: 'tile__details' },
|
|
12969
12925
|
React__default.createElement(
|
|
12970
12926
|
'div',
|
|
12971
|
-
{ className: '
|
|
12927
|
+
{ className: 'tile__title' },
|
|
12972
12928
|
React__default.createElement(
|
|
12973
12929
|
'div',
|
|
12974
|
-
{ className: '
|
|
12975
|
-
|
|
12976
|
-
'div',
|
|
12977
|
-
{ style: { color: variant }, className: 'tile__title_text' },
|
|
12978
|
-
video.title
|
|
12979
|
-
)
|
|
12930
|
+
{ style: { color: variant }, className: 'tile__title_text' },
|
|
12931
|
+
video.title
|
|
12980
12932
|
)
|
|
12981
|
-
),
|
|
12982
|
-
React__default.createElement(
|
|
12983
|
-
'div',
|
|
12984
|
-
{ style: { color: variant }, className: 'tile__info' },
|
|
12985
|
-
video.title
|
|
12986
12933
|
)
|
|
12934
|
+
),
|
|
12935
|
+
React__default.createElement(
|
|
12936
|
+
'div',
|
|
12937
|
+
{ style: { color: variant }, className: 'tile__info' },
|
|
12938
|
+
video.title
|
|
12987
12939
|
)
|
|
12988
12940
|
)
|
|
12989
12941
|
);
|
|
@@ -13160,50 +13112,46 @@ var YoutubeGroup = function YoutubeGroup(props) {
|
|
|
13160
13112
|
'div',
|
|
13161
13113
|
{ key: index, className: 'tile' },
|
|
13162
13114
|
React__default.createElement(
|
|
13163
|
-
|
|
13115
|
+
'a',
|
|
13164
13116
|
{ href: _url },
|
|
13165
13117
|
React__default.createElement(
|
|
13166
|
-
'
|
|
13167
|
-
|
|
13118
|
+
'div',
|
|
13119
|
+
{ className: 'tile__media' },
|
|
13168
13120
|
React__default.createElement(
|
|
13169
|
-
|
|
13170
|
-
|
|
13171
|
-
React__default.createElement(
|
|
13172
|
-
|
|
13173
|
-
|
|
13174
|
-
|
|
13175
|
-
|
|
13176
|
-
|
|
13121
|
+
LazyLoad,
|
|
13122
|
+
null,
|
|
13123
|
+
React__default.createElement('img', { className: 'tile__img', src: _thumbnail, alt: '' })
|
|
13124
|
+
)
|
|
13125
|
+
),
|
|
13126
|
+
React__default.createElement(
|
|
13127
|
+
'div',
|
|
13128
|
+
{ className: 'tile__details' },
|
|
13177
13129
|
React__default.createElement(
|
|
13178
13130
|
'div',
|
|
13179
|
-
{ className: '
|
|
13131
|
+
{ className: 'tile__title' },
|
|
13180
13132
|
React__default.createElement(
|
|
13181
13133
|
'div',
|
|
13182
|
-
{ className: '
|
|
13183
|
-
React__default.createElement(
|
|
13184
|
-
'div',
|
|
13185
|
-
{ style: { color: variant }, className: 'tile__title_text' },
|
|
13186
|
-
video.title
|
|
13187
|
-
)
|
|
13188
|
-
)
|
|
13189
|
-
),
|
|
13190
|
-
React__default.createElement(
|
|
13191
|
-
'div',
|
|
13192
|
-
{ style: { color: variant }, className: 'tile__info' },
|
|
13193
|
-
props.displayEpisodeNumber ? React__default.createElement(
|
|
13194
|
-
'span',
|
|
13195
|
-
null,
|
|
13196
|
-
React__default.createElement(
|
|
13197
|
-
'span',
|
|
13198
|
-
{ style: { fontWeight: 'bold' } },
|
|
13199
|
-
'Ep. ',
|
|
13200
|
-
index + 1,
|
|
13201
|
-
':'
|
|
13202
|
-
),
|
|
13203
|
-
' ',
|
|
13134
|
+
{ style: { color: variant }, className: 'tile__title_text' },
|
|
13204
13135
|
video.title
|
|
13205
|
-
)
|
|
13136
|
+
)
|
|
13206
13137
|
)
|
|
13138
|
+
),
|
|
13139
|
+
React__default.createElement(
|
|
13140
|
+
'div',
|
|
13141
|
+
{ style: { color: variant }, className: 'tile__info' },
|
|
13142
|
+
props.displayEpisodeNumber ? React__default.createElement(
|
|
13143
|
+
'span',
|
|
13144
|
+
null,
|
|
13145
|
+
React__default.createElement(
|
|
13146
|
+
'span',
|
|
13147
|
+
{ style: { fontWeight: 'bold' } },
|
|
13148
|
+
'Ep. ',
|
|
13149
|
+
index + 1,
|
|
13150
|
+
':'
|
|
13151
|
+
),
|
|
13152
|
+
' ',
|
|
13153
|
+
video.title
|
|
13154
|
+
) : video.title
|
|
13207
13155
|
)
|
|
13208
13156
|
)
|
|
13209
13157
|
);
|
|
@@ -13332,14 +13280,10 @@ var renderAuthor = function renderAuthor(authorDetail, index$$1, length) {
|
|
|
13332
13280
|
'By'
|
|
13333
13281
|
),
|
|
13334
13282
|
React__default.createElement(
|
|
13335
|
-
|
|
13336
|
-
{ href: '/authors/
|
|
13337
|
-
|
|
13338
|
-
|
|
13339
|
-
{ className: 'text-muted' },
|
|
13340
|
-
displayName,
|
|
13341
|
-
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
13342
|
-
)
|
|
13283
|
+
'a',
|
|
13284
|
+
{ href: '/authors/' + url.current, className: 'text-muted' },
|
|
13285
|
+
displayName,
|
|
13286
|
+
length !== index$$1 + 1 && React__default.createElement('br', null)
|
|
13343
13287
|
)
|
|
13344
13288
|
);
|
|
13345
13289
|
} else if (displayName) {
|
|
@@ -13470,32 +13414,24 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
13470
13414
|
className: 'feature-media',
|
|
13471
13415
|
style: { flexDirection: 'column', marginBottom: '1.25rem', paddingBottom: '1.25rem', borderBottom: '1px solid #ddd' } },
|
|
13472
13416
|
(article.thumbnail && article.thumbnail.asset || defaultImage) && React__default.createElement(
|
|
13473
|
-
|
|
13474
|
-
{ href: article.url.current },
|
|
13417
|
+
'a',
|
|
13418
|
+
{ href: article.url.current, className: 'feature-wrapper' },
|
|
13475
13419
|
React__default.createElement(
|
|
13476
|
-
|
|
13477
|
-
{
|
|
13478
|
-
React__default.createElement(
|
|
13479
|
-
LazyLoad,
|
|
13480
|
-
{ height: imageHeight },
|
|
13481
|
-
article.thumbnail && article.thumbnail.asset ? React__default.createElement('img', { className: 'img-fluid', src: renderCardImage(article, builder, imageHeight, imageWidth), alt: article.title }) : article.thumbnail ? React__default.createElement('img', { src: article.thumbnail, className: 'mr-3', alt: article.title }) : React__default.createElement('img', { src: defaultImage, src2: article.thumbnail, className: 'mr-3', width: '240', height: '135', alt: article.title })
|
|
13482
|
-
)
|
|
13420
|
+
LazyLoad,
|
|
13421
|
+
{ height: imageHeight },
|
|
13422
|
+
article.thumbnail && article.thumbnail.asset ? React__default.createElement('img', { className: 'img-fluid', src: renderCardImage(article, builder, imageHeight, imageWidth), alt: article.title }) : article.thumbnail ? React__default.createElement('img', { src: article.thumbnail, className: 'mr-3', alt: article.title }) : React__default.createElement('img', { src: defaultImage, src2: article.thumbnail, className: 'mr-3', width: '240', height: '135', alt: article.title })
|
|
13483
13423
|
)
|
|
13484
13424
|
),
|
|
13485
13425
|
React__default.createElement(
|
|
13486
13426
|
Media$1.Body,
|
|
13487
13427
|
null,
|
|
13488
13428
|
React__default.createElement(
|
|
13489
|
-
|
|
13429
|
+
'a',
|
|
13490
13430
|
{ href: article.url.current },
|
|
13491
|
-
React__default.createElement(
|
|
13492
|
-
'
|
|
13493
|
-
|
|
13494
|
-
article.title
|
|
13495
|
-
'h4',
|
|
13496
|
-
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
|
13497
|
-
article.title
|
|
13498
|
-
)
|
|
13431
|
+
article.title && React__default.createElement(
|
|
13432
|
+
'h4',
|
|
13433
|
+
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
|
13434
|
+
article.title
|
|
13499
13435
|
)
|
|
13500
13436
|
),
|
|
13501
13437
|
showPublished && article.published && React__default.createElement(
|
|
@@ -13552,32 +13488,24 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
13552
13488
|
key: article._id ? article._id : index$$1,
|
|
13553
13489
|
style: { flexDirection: 'row', marginBottom: '1.25rem', paddingBottom: '1.25rem', borderBottom: '1px solid #ddd' } },
|
|
13554
13490
|
(article.thumbnail && article.thumbnail.asset || defaultImage) && React__default.createElement(
|
|
13555
|
-
|
|
13556
|
-
{ href: mapping[contentCategoryName] + '/
|
|
13491
|
+
'a',
|
|
13492
|
+
{ href: mapping[contentCategoryName] + '/' + article.url.current, className: 'img-wrapper' },
|
|
13557
13493
|
React__default.createElement(
|
|
13558
|
-
|
|
13559
|
-
{
|
|
13560
|
-
React__default.createElement(
|
|
13561
|
-
LazyLoad,
|
|
13562
|
-
{ height: imageHeight },
|
|
13563
|
-
article.thumbnail && article.thumbnail.asset ? React__default.createElement('img', { className: 'mr-3 img-fluid', src: renderCardImage(article, builder, imageHeight, imageWidth), alt: article.title }) : article.thumbnail ? React__default.createElement('img', { src: article.thumbnail, className: 'mr-3', alt: article.title }) : React__default.createElement('img', { src: defaultImage, src2: article.thumbnail, className: 'mr-3', width: '240', height: '135', alt: article.title })
|
|
13564
|
-
)
|
|
13494
|
+
LazyLoad,
|
|
13495
|
+
{ height: imageHeight },
|
|
13496
|
+
article.thumbnail && article.thumbnail.asset ? React__default.createElement('img', { className: 'mr-3 img-fluid', src: renderCardImage(article, builder, imageHeight, imageWidth), alt: article.title }) : article.thumbnail ? React__default.createElement('img', { src: article.thumbnail, className: 'mr-3', alt: article.title }) : React__default.createElement('img', { src: defaultImage, src2: article.thumbnail, className: 'mr-3', width: '240', height: '135', alt: article.title })
|
|
13565
13497
|
)
|
|
13566
13498
|
),
|
|
13567
13499
|
React__default.createElement(
|
|
13568
13500
|
Media$1.Body,
|
|
13569
13501
|
null,
|
|
13570
13502
|
React__default.createElement(
|
|
13571
|
-
|
|
13572
|
-
{ href: mapping[contentCategoryName] + '/
|
|
13573
|
-
React__default.createElement(
|
|
13574
|
-
'
|
|
13575
|
-
|
|
13576
|
-
article.title
|
|
13577
|
-
'h4',
|
|
13578
|
-
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
|
13579
|
-
article.title
|
|
13580
|
-
)
|
|
13503
|
+
'a',
|
|
13504
|
+
{ href: mapping[contentCategoryName] + '/' + article.url.current },
|
|
13505
|
+
article.title && React__default.createElement(
|
|
13506
|
+
'h4',
|
|
13507
|
+
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
|
13508
|
+
article.title
|
|
13581
13509
|
)
|
|
13582
13510
|
),
|
|
13583
13511
|
showPublished && article.published && React__default.createElement(
|
|
@@ -14045,17 +13973,13 @@ var VideoSeriesListing = function (_React$Component) {
|
|
|
14045
13973
|
'h4',
|
|
14046
13974
|
{ className: 'video-title-banner', style: { fontWeight: 'bold', color: 'var(--primary)', padding: '.25rem 0', borderBottom: '2px solid var(--gold)' } },
|
|
14047
13975
|
React__default.createElement(
|
|
14048
|
-
|
|
13976
|
+
'a',
|
|
14049
13977
|
{ href: '/' + _this.props.page + '/' + docSeries.url.current },
|
|
13978
|
+
docSeries.title,
|
|
14050
13979
|
React__default.createElement(
|
|
14051
|
-
'
|
|
14052
|
-
|
|
14053
|
-
|
|
14054
|
-
React__default.createElement(
|
|
14055
|
-
'span',
|
|
14056
|
-
{ style: { fontSize: '.9rem', color: 'grey', marginLeft: '1rem', transform: 'translateY(-2px)' } },
|
|
14057
|
-
React__default.createElement(IoIosArrowForward, null)
|
|
14058
|
-
)
|
|
13980
|
+
'span',
|
|
13981
|
+
{ style: { fontSize: '.9rem', color: 'grey', marginLeft: '1rem', transform: 'translateY(-2px)' } },
|
|
13982
|
+
React__default.createElement(IoIosArrowForward, null)
|
|
14059
13983
|
)
|
|
14060
13984
|
)
|
|
14061
13985
|
),
|
|
@@ -14454,29 +14378,25 @@ var PublicationDeck = function PublicationDeck(props) {
|
|
|
14454
14378
|
Card,
|
|
14455
14379
|
{ className: 'block-card', style: { width: '200px' } },
|
|
14456
14380
|
React__default.createElement(
|
|
14457
|
-
|
|
14381
|
+
'a',
|
|
14458
14382
|
{ href: href + '/' + row.identifier.current },
|
|
14383
|
+
row.childIssue && row.childIssue.thumbnail && React__default.createElement(
|
|
14384
|
+
LazyLoad,
|
|
14385
|
+
{ height: imageHeight },
|
|
14386
|
+
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.childIssue.thumbnail), alt: row.name })
|
|
14387
|
+
),
|
|
14459
14388
|
React__default.createElement(
|
|
14460
|
-
|
|
14389
|
+
Card.Body,
|
|
14461
14390
|
null,
|
|
14462
|
-
row.childIssue && row.childIssue.thumbnail && React__default.createElement(
|
|
14463
|
-
LazyLoad,
|
|
14464
|
-
{ height: imageHeight },
|
|
14465
|
-
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.childIssue.thumbnail), alt: row.name })
|
|
14466
|
-
),
|
|
14467
14391
|
React__default.createElement(
|
|
14468
|
-
Card.
|
|
14392
|
+
Card.Title,
|
|
14469
14393
|
null,
|
|
14470
|
-
|
|
14471
|
-
|
|
14472
|
-
|
|
14473
|
-
|
|
14474
|
-
|
|
14475
|
-
|
|
14476
|
-
Button,
|
|
14477
|
-
{ variant: 'secondary' },
|
|
14478
|
-
'Browse Issues'
|
|
14479
|
-
)
|
|
14394
|
+
row.name
|
|
14395
|
+
),
|
|
14396
|
+
React__default.createElement(
|
|
14397
|
+
Button,
|
|
14398
|
+
{ variant: 'secondary' },
|
|
14399
|
+
'Browse Issues'
|
|
14480
14400
|
)
|
|
14481
14401
|
)
|
|
14482
14402
|
)
|
|
@@ -14526,19 +14446,15 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
14526
14446
|
Row,
|
|
14527
14447
|
{ style: { flexDirection: 'left' } },
|
|
14528
14448
|
React__default.createElement(
|
|
14529
|
-
|
|
14449
|
+
'a',
|
|
14530
14450
|
{ href: href + '/' + publication + '/' + row.identifier.current },
|
|
14531
14451
|
React__default.createElement(
|
|
14532
|
-
|
|
14533
|
-
|
|
14534
|
-
React__default.createElement(
|
|
14535
|
-
|
|
14536
|
-
{
|
|
14537
|
-
row.thumbnail
|
|
14538
|
-
LazyLoad,
|
|
14539
|
-
{ height: imageHeight },
|
|
14540
|
-
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.name })
|
|
14541
|
-
)
|
|
14452
|
+
Col,
|
|
14453
|
+
{ md: 12, lg: 4, className: 'body-image' },
|
|
14454
|
+
row.thumbnail && React__default.createElement(
|
|
14455
|
+
LazyLoad,
|
|
14456
|
+
{ height: imageHeight },
|
|
14457
|
+
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.name })
|
|
14542
14458
|
)
|
|
14543
14459
|
)
|
|
14544
14460
|
),
|
|
@@ -14566,16 +14482,12 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
14566
14482
|
row.number
|
|
14567
14483
|
),
|
|
14568
14484
|
React__default.createElement(
|
|
14569
|
-
|
|
14485
|
+
'a',
|
|
14570
14486
|
{ href: href + '/' + publication + '/' + row.identifier.current },
|
|
14571
14487
|
React__default.createElement(
|
|
14572
|
-
|
|
14573
|
-
|
|
14574
|
-
|
|
14575
|
-
Button,
|
|
14576
|
-
{ style: { marginTop: '20px' }, variant: 'secondary' },
|
|
14577
|
-
'View Issue'
|
|
14578
|
-
)
|
|
14488
|
+
Button,
|
|
14489
|
+
{ style: { marginTop: '20px' }, variant: 'secondary' },
|
|
14490
|
+
'View Issue'
|
|
14579
14491
|
)
|
|
14580
14492
|
),
|
|
14581
14493
|
row.pdf && row.pdf.asset && React__default.createElement(
|
|
@@ -14627,29 +14539,25 @@ var IssueContentDeck = function IssueContentDeck(props) {
|
|
|
14627
14539
|
Card,
|
|
14628
14540
|
null,
|
|
14629
14541
|
React__default.createElement(
|
|
14630
|
-
|
|
14631
|
-
{ href: '/view/
|
|
14542
|
+
'a',
|
|
14543
|
+
{ href: '/view/' + row.url.current },
|
|
14544
|
+
row.thumbnail && React__default.createElement(
|
|
14545
|
+
LazyLoad,
|
|
14546
|
+
{ height: imageHeight },
|
|
14547
|
+
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.title })
|
|
14548
|
+
),
|
|
14632
14549
|
React__default.createElement(
|
|
14633
|
-
|
|
14550
|
+
Card.Body,
|
|
14634
14551
|
null,
|
|
14635
|
-
row.
|
|
14636
|
-
|
|
14637
|
-
{
|
|
14638
|
-
|
|
14639
|
-
),
|
|
14552
|
+
row.issueSection && row.issueSection.name ? React__default.createElement(
|
|
14553
|
+
Badge,
|
|
14554
|
+
{ variant: 'success' },
|
|
14555
|
+
row.issueSection && row.issueSection.name.name
|
|
14556
|
+
) : '',
|
|
14640
14557
|
React__default.createElement(
|
|
14641
|
-
Card.
|
|
14558
|
+
Card.Title,
|
|
14642
14559
|
null,
|
|
14643
|
-
row.
|
|
14644
|
-
Badge,
|
|
14645
|
-
{ variant: 'success' },
|
|
14646
|
-
row.issueSection && row.issueSection.name.name
|
|
14647
|
-
) : '',
|
|
14648
|
-
React__default.createElement(
|
|
14649
|
-
Card.Title,
|
|
14650
|
-
null,
|
|
14651
|
-
row.title
|
|
14652
|
-
)
|
|
14560
|
+
row.title
|
|
14653
14561
|
)
|
|
14654
14562
|
)
|
|
14655
14563
|
)
|
|
@@ -15320,13 +15228,9 @@ var SideFooter = function SideFooter(props) {
|
|
|
15320
15228
|
'li',
|
|
15321
15229
|
{ key: index },
|
|
15322
15230
|
React__default.createElement(
|
|
15323
|
-
|
|
15231
|
+
'a',
|
|
15324
15232
|
{ href: row.url },
|
|
15325
|
-
|
|
15326
|
-
'a',
|
|
15327
|
-
null,
|
|
15328
|
-
row.title
|
|
15329
|
-
)
|
|
15233
|
+
row.title
|
|
15330
15234
|
)
|
|
15331
15235
|
);
|
|
15332
15236
|
}
|
|
@@ -15442,13 +15346,9 @@ var LeftNav = function LeftNav(props) {
|
|
|
15442
15346
|
);
|
|
15443
15347
|
}
|
|
15444
15348
|
return React__default.createElement(
|
|
15445
|
-
|
|
15446
|
-
{ href: subRow.url || '#' },
|
|
15447
|
-
|
|
15448
|
-
'a',
|
|
15449
|
-
{ target: subRow.blank ? '_blank' : '_self' },
|
|
15450
|
-
subRow.name
|
|
15451
|
-
)
|
|
15349
|
+
'a',
|
|
15350
|
+
{ href: subRow.url || '#', target: subRow.blank ? '_blank' : '_self' },
|
|
15351
|
+
subRow.name
|
|
15452
15352
|
);
|
|
15453
15353
|
};
|
|
15454
15354
|
|
|
@@ -15688,7 +15588,7 @@ var AccordionPanel = function AccordionPanel(props) {
|
|
|
15688
15588
|
CustomToggle,
|
|
15689
15589
|
{ key: item.id, eventKey: item.id },
|
|
15690
15590
|
React__default.createElement(
|
|
15691
|
-
|
|
15591
|
+
'a',
|
|
15692
15592
|
{ href: item.url },
|
|
15693
15593
|
React__default.createElement(
|
|
15694
15594
|
React__default.Fragment,
|
|
@@ -15706,7 +15606,7 @@ var AccordionPanel = function AccordionPanel(props) {
|
|
|
15706
15606
|
null,
|
|
15707
15607
|
item.subItems && item.subItems.map(function (subItem) {
|
|
15708
15608
|
return React__default.createElement(
|
|
15709
|
-
|
|
15609
|
+
'a',
|
|
15710
15610
|
{ href: subItem.url },
|
|
15711
15611
|
React__default.createElement(
|
|
15712
15612
|
'div',
|
|
@@ -15870,13 +15770,9 @@ var NavFooter = function NavFooter(props) {
|
|
|
15870
15770
|
'li',
|
|
15871
15771
|
{ key: index },
|
|
15872
15772
|
React__default.createElement(
|
|
15873
|
-
|
|
15874
|
-
{ href: content.url },
|
|
15875
|
-
|
|
15876
|
-
'a',
|
|
15877
|
-
{ className: 'nav-link' },
|
|
15878
|
-
content.title
|
|
15879
|
-
)
|
|
15773
|
+
'a',
|
|
15774
|
+
{ href: content.url, className: 'nav-link' },
|
|
15775
|
+
content.title
|
|
15880
15776
|
)
|
|
15881
15777
|
);
|
|
15882
15778
|
} else return null;
|
|
@@ -15928,13 +15824,9 @@ var SocialNavFooter = function SocialNavFooter(props) {
|
|
|
15928
15824
|
'li',
|
|
15929
15825
|
{ key: index },
|
|
15930
15826
|
React__default.createElement(
|
|
15931
|
-
|
|
15932
|
-
{ href: content.url },
|
|
15933
|
-
|
|
15934
|
-
'a',
|
|
15935
|
-
{ className: 'nav-link' },
|
|
15936
|
-
content.title
|
|
15937
|
-
)
|
|
15827
|
+
'a',
|
|
15828
|
+
{ href: content.url, className: 'nav-link' },
|
|
15829
|
+
content.title
|
|
15938
15830
|
)
|
|
15939
15831
|
);
|
|
15940
15832
|
} else return null;
|
|
@@ -16061,17 +15953,13 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16061
15953
|
Nav.Item,
|
|
16062
15954
|
{ id: 'nav-mobile-register', className: 'hide-on-login', style: { display: 'none' } },
|
|
16063
15955
|
React__default.createElement(
|
|
16064
|
-
|
|
15956
|
+
'a',
|
|
16065
15957
|
{ href: '/register' },
|
|
16066
15958
|
React__default.createElement(
|
|
16067
|
-
'
|
|
16068
|
-
|
|
16069
|
-
React__default.createElement(
|
|
16070
|
-
|
|
16071
|
-
{ className: 'px-2 py-2' },
|
|
16072
|
-
React__default.createElement(MdEmail, null),
|
|
16073
|
-
' Register'
|
|
16074
|
-
)
|
|
15959
|
+
'div',
|
|
15960
|
+
{ className: 'px-2 py-2' },
|
|
15961
|
+
React__default.createElement(MdEmail, null),
|
|
15962
|
+
' Register'
|
|
16075
15963
|
)
|
|
16076
15964
|
)
|
|
16077
15965
|
),
|
|
@@ -16079,13 +15967,9 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16079
15967
|
Nav.Item,
|
|
16080
15968
|
{ className: 'nav-mobile-logo' },
|
|
16081
15969
|
React__default.createElement(
|
|
16082
|
-
|
|
15970
|
+
'a',
|
|
16083
15971
|
{ href: '/' },
|
|
16084
|
-
React__default.createElement(
|
|
16085
|
-
'a',
|
|
16086
|
-
null,
|
|
16087
|
-
mobileLogo && screenWidth < 776 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '55px' } })
|
|
16088
|
-
)
|
|
15972
|
+
mobileLogo && screenWidth < 776 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '55px' } })
|
|
16089
15973
|
)
|
|
16090
15974
|
),
|
|
16091
15975
|
showLogin && React__default.createElement(
|
|
@@ -16127,17 +16011,13 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16127
16011
|
Nav.Item,
|
|
16128
16012
|
{ className: 'hide-on-login', style: { display: 'none' } },
|
|
16129
16013
|
React__default.createElement(
|
|
16130
|
-
|
|
16014
|
+
'a',
|
|
16131
16015
|
{ href: '/register' },
|
|
16132
16016
|
React__default.createElement(
|
|
16133
|
-
'
|
|
16134
|
-
|
|
16135
|
-
React__default.createElement(
|
|
16136
|
-
|
|
16137
|
-
{ className: 'px-2 py-2 mr-2', id: 'nav-register' },
|
|
16138
|
-
React__default.createElement(MdEmail, null),
|
|
16139
|
-
' Register'
|
|
16140
|
-
)
|
|
16017
|
+
'div',
|
|
16018
|
+
{ className: 'px-2 py-2 mr-2', id: 'nav-register' },
|
|
16019
|
+
React__default.createElement(MdEmail, null),
|
|
16020
|
+
' Register'
|
|
16141
16021
|
)
|
|
16142
16022
|
)
|
|
16143
16023
|
),
|
|
@@ -16202,13 +16082,9 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16202
16082
|
} else {
|
|
16203
16083
|
if (ddRow.url && ddRow.name) {
|
|
16204
16084
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16205
|
-
|
|
16206
|
-
{ key: subIndex, href: ddRow.url },
|
|
16207
|
-
|
|
16208
|
-
'a',
|
|
16209
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16210
|
-
ddRow.name
|
|
16211
|
-
)
|
|
16085
|
+
'a',
|
|
16086
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16087
|
+
ddRow.name
|
|
16212
16088
|
) : null;
|
|
16213
16089
|
} else return null;
|
|
16214
16090
|
}
|
|
@@ -16216,13 +16092,9 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16216
16092
|
) : null;
|
|
16217
16093
|
} else {
|
|
16218
16094
|
return row.url && row.name ? React__default.createElement(
|
|
16219
|
-
|
|
16220
|
-
{ key: index, href: row.url },
|
|
16221
|
-
|
|
16222
|
-
'a',
|
|
16223
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16224
|
-
row.name
|
|
16225
|
-
)
|
|
16095
|
+
'a',
|
|
16096
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16097
|
+
row.name
|
|
16226
16098
|
) : null;
|
|
16227
16099
|
}
|
|
16228
16100
|
})
|
|
@@ -16232,13 +16104,9 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16232
16104
|
Navbar.Collapse,
|
|
16233
16105
|
{ id: 'basic-navbar-nav' },
|
|
16234
16106
|
isSticky && React__default.createElement(
|
|
16235
|
-
|
|
16107
|
+
'a',
|
|
16236
16108
|
{ href: '/' },
|
|
16237
|
-
React__default.createElement(
|
|
16238
|
-
'a',
|
|
16239
|
-
null,
|
|
16240
|
-
React__default.createElement(IoIosHome, { size: 20, className: 'sticky-home', color: '#fff' })
|
|
16241
|
-
)
|
|
16109
|
+
React__default.createElement(IoIosHome, { size: 20, className: 'sticky-home', color: '#fff' })
|
|
16242
16110
|
),
|
|
16243
16111
|
React__default.createElement(
|
|
16244
16112
|
Nav,
|
|
@@ -16253,26 +16121,18 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
16253
16121
|
return React__default.createElement(NavDropdown.Divider, { key: subIndex });
|
|
16254
16122
|
} else {
|
|
16255
16123
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16256
|
-
|
|
16257
|
-
{ key: subIndex, href: ddRow.url },
|
|
16258
|
-
|
|
16259
|
-
'a',
|
|
16260
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16261
|
-
ddRow.name
|
|
16262
|
-
)
|
|
16124
|
+
'a',
|
|
16125
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16126
|
+
ddRow.name
|
|
16263
16127
|
) : null;
|
|
16264
16128
|
}
|
|
16265
16129
|
})
|
|
16266
16130
|
) : null;
|
|
16267
16131
|
} else {
|
|
16268
16132
|
return row.url && row.name ? React__default.createElement(
|
|
16269
|
-
|
|
16270
|
-
{ key: index, href: row.url },
|
|
16271
|
-
|
|
16272
|
-
'a',
|
|
16273
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16274
|
-
row.name
|
|
16275
|
-
)
|
|
16133
|
+
'a',
|
|
16134
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16135
|
+
row.name
|
|
16276
16136
|
) : null;
|
|
16277
16137
|
}
|
|
16278
16138
|
})
|
|
@@ -16374,13 +16234,9 @@ var NavNative = function NavNative(props) {
|
|
|
16374
16234
|
Navbar.Brand,
|
|
16375
16235
|
{ id: 'nav-mobile-sm', className: 'nav-mobile-logo' },
|
|
16376
16236
|
React__default.createElement(
|
|
16377
|
-
|
|
16237
|
+
'a',
|
|
16378
16238
|
{ href: '/' },
|
|
16379
|
-
React__default.createElement(
|
|
16380
|
-
'a',
|
|
16381
|
-
null,
|
|
16382
|
-
mobileLogo && screenWidth < 1200 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '50px' } })
|
|
16383
|
-
)
|
|
16239
|
+
mobileLogo && screenWidth < 1200 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '50px' } })
|
|
16384
16240
|
)
|
|
16385
16241
|
),
|
|
16386
16242
|
React__default.createElement(
|
|
@@ -16391,13 +16247,9 @@ var NavNative = function NavNative(props) {
|
|
|
16391
16247
|
Navbar.Brand,
|
|
16392
16248
|
{ id: 'nav-mobile-md', className: 'nav-mobile-logo' },
|
|
16393
16249
|
React__default.createElement(
|
|
16394
|
-
|
|
16250
|
+
'a',
|
|
16395
16251
|
{ href: '/' },
|
|
16396
|
-
React__default.createElement(
|
|
16397
|
-
'a',
|
|
16398
|
-
null,
|
|
16399
|
-
mobileLogo && screenWidth < 1200 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '50px' } })
|
|
16400
|
-
)
|
|
16252
|
+
mobileLogo && screenWidth < 1200 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '50px' } })
|
|
16401
16253
|
)
|
|
16402
16254
|
),
|
|
16403
16255
|
React__default.createElement(Search, { device: 'mobile' })
|
|
@@ -16419,13 +16271,9 @@ var NavNative = function NavNative(props) {
|
|
|
16419
16271
|
} else {
|
|
16420
16272
|
if (ddRow.url && ddRow.name) {
|
|
16421
16273
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16422
|
-
|
|
16423
|
-
{ key: subIndex, href: ddRow.url },
|
|
16424
|
-
|
|
16425
|
-
'a',
|
|
16426
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16427
|
-
ddRow.name
|
|
16428
|
-
)
|
|
16274
|
+
'a',
|
|
16275
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16276
|
+
ddRow.name
|
|
16429
16277
|
) : null;
|
|
16430
16278
|
} else return null;
|
|
16431
16279
|
}
|
|
@@ -16433,13 +16281,9 @@ var NavNative = function NavNative(props) {
|
|
|
16433
16281
|
) : null;
|
|
16434
16282
|
} else {
|
|
16435
16283
|
return row.url && row.name ? React__default.createElement(
|
|
16436
|
-
|
|
16437
|
-
{ key: index, href: row.url },
|
|
16438
|
-
|
|
16439
|
-
'a',
|
|
16440
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16441
|
-
row.name
|
|
16442
|
-
)
|
|
16284
|
+
'a',
|
|
16285
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16286
|
+
row.name
|
|
16443
16287
|
) : null;
|
|
16444
16288
|
}
|
|
16445
16289
|
})
|
|
@@ -16461,26 +16305,18 @@ var NavNative = function NavNative(props) {
|
|
|
16461
16305
|
return React__default.createElement(NavDropdown.Divider, { key: subIndex });
|
|
16462
16306
|
} else {
|
|
16463
16307
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16464
|
-
|
|
16465
|
-
{ key: subIndex, href: ddRow.url },
|
|
16466
|
-
|
|
16467
|
-
'a',
|
|
16468
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16469
|
-
ddRow.name
|
|
16470
|
-
)
|
|
16308
|
+
'a',
|
|
16309
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16310
|
+
ddRow.name
|
|
16471
16311
|
) : null;
|
|
16472
16312
|
}
|
|
16473
16313
|
})
|
|
16474
16314
|
) : null;
|
|
16475
16315
|
} else {
|
|
16476
16316
|
return row.url && row.name ? React__default.createElement(
|
|
16477
|
-
|
|
16478
|
-
{ key: index, href: row.url },
|
|
16479
|
-
|
|
16480
|
-
'a',
|
|
16481
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16482
|
-
row.name
|
|
16483
|
-
)
|
|
16317
|
+
'a',
|
|
16318
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16319
|
+
row.name
|
|
16484
16320
|
) : null;
|
|
16485
16321
|
}
|
|
16486
16322
|
})
|
|
@@ -16602,13 +16438,9 @@ var NavDvm = function NavDvm(props) {
|
|
|
16602
16438
|
}
|
|
16603
16439
|
|
|
16604
16440
|
return React__default.createElement(
|
|
16605
|
-
|
|
16606
|
-
{ key: key, href: url || '#' },
|
|
16607
|
-
|
|
16608
|
-
'a',
|
|
16609
|
-
{ target: blank ? '_blank' : '_self', className: className },
|
|
16610
|
-
name
|
|
16611
|
-
)
|
|
16441
|
+
'a',
|
|
16442
|
+
{ key: key, href: url || '#', target: blank ? '_blank' : '_self', className: className },
|
|
16443
|
+
name
|
|
16612
16444
|
);
|
|
16613
16445
|
};
|
|
16614
16446
|
|
|
@@ -16628,13 +16460,9 @@ var NavDvm = function NavDvm(props) {
|
|
|
16628
16460
|
Nav.Item,
|
|
16629
16461
|
null,
|
|
16630
16462
|
React__default.createElement(
|
|
16631
|
-
|
|
16463
|
+
'a',
|
|
16632
16464
|
{ href: '/' },
|
|
16633
|
-
React__default.createElement(
|
|
16634
|
-
'a',
|
|
16635
|
-
null,
|
|
16636
|
-
React__default.createElement('img', { src: logo, style: { height: '55px' } })
|
|
16637
|
-
)
|
|
16465
|
+
React__default.createElement('img', { src: logo, style: { height: '55px' } })
|
|
16638
16466
|
)
|
|
16639
16467
|
)
|
|
16640
16468
|
)
|
|
@@ -16647,13 +16475,9 @@ var NavDvm = function NavDvm(props) {
|
|
|
16647
16475
|
Container,
|
|
16648
16476
|
{ className: 'mobile-nav position-relative' },
|
|
16649
16477
|
mobileLogo && React__default.createElement(
|
|
16650
|
-
|
|
16651
|
-
{ href: '/' },
|
|
16652
|
-
React__default.createElement(
|
|
16653
|
-
'a',
|
|
16654
|
-
{ className: 'mobile-logo' },
|
|
16655
|
-
React__default.createElement('img', { src: mobileLogo })
|
|
16656
|
-
)
|
|
16478
|
+
'a',
|
|
16479
|
+
{ href: '/', className: 'mobile-logo' },
|
|
16480
|
+
React__default.createElement('img', { src: mobileLogo })
|
|
16657
16481
|
),
|
|
16658
16482
|
React__default.createElement(Navbar.Toggle, { 'aria-controls': 'basic-navbar-nav' }),
|
|
16659
16483
|
React__default.createElement(
|
|
@@ -16699,13 +16523,9 @@ var NavDvm = function NavDvm(props) {
|
|
|
16699
16523
|
} else {
|
|
16700
16524
|
if (ddRow.url && ddRow.name) {
|
|
16701
16525
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16702
|
-
|
|
16703
|
-
{ key: subIndex, href: ddRow.url },
|
|
16704
|
-
|
|
16705
|
-
'a',
|
|
16706
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16707
|
-
ddRow.name
|
|
16708
|
-
)
|
|
16526
|
+
'a',
|
|
16527
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16528
|
+
ddRow.name
|
|
16709
16529
|
) : null;
|
|
16710
16530
|
} else return null;
|
|
16711
16531
|
}
|
|
@@ -16713,13 +16533,9 @@ var NavDvm = function NavDvm(props) {
|
|
|
16713
16533
|
) : null;
|
|
16714
16534
|
} else {
|
|
16715
16535
|
return row.url && row.name ? React__default.createElement(
|
|
16716
|
-
|
|
16717
|
-
{ key: index, href: row.url },
|
|
16718
|
-
|
|
16719
|
-
'a',
|
|
16720
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16721
|
-
row.name
|
|
16722
|
-
)
|
|
16536
|
+
'a',
|
|
16537
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16538
|
+
row.name
|
|
16723
16539
|
) : null;
|
|
16724
16540
|
}
|
|
16725
16541
|
})
|
|
@@ -16841,17 +16657,13 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
16841
16657
|
Nav.Item,
|
|
16842
16658
|
{ id: 'nav-mobile-register', className: 'hide-on-login', style: { display: 'none' } },
|
|
16843
16659
|
React__default.createElement(
|
|
16844
|
-
|
|
16660
|
+
'a',
|
|
16845
16661
|
{ href: '/register' },
|
|
16846
16662
|
React__default.createElement(
|
|
16847
|
-
'
|
|
16848
|
-
|
|
16849
|
-
React__default.createElement(
|
|
16850
|
-
|
|
16851
|
-
{ className: 'px-2 py-2' },
|
|
16852
|
-
React__default.createElement(MdEmail, null),
|
|
16853
|
-
' Register'
|
|
16854
|
-
)
|
|
16663
|
+
'div',
|
|
16664
|
+
{ className: 'px-2 py-2' },
|
|
16665
|
+
React__default.createElement(MdEmail, null),
|
|
16666
|
+
' Register'
|
|
16855
16667
|
)
|
|
16856
16668
|
)
|
|
16857
16669
|
),
|
|
@@ -16859,13 +16671,9 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
16859
16671
|
Nav.Item,
|
|
16860
16672
|
{ className: 'nav-mobile-logo' },
|
|
16861
16673
|
React__default.createElement(
|
|
16862
|
-
|
|
16674
|
+
'a',
|
|
16863
16675
|
{ href: '/' },
|
|
16864
|
-
React__default.createElement(
|
|
16865
|
-
'a',
|
|
16866
|
-
null,
|
|
16867
|
-
mobileLogo && screenWidth < 776 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '55px' } })
|
|
16868
|
-
)
|
|
16676
|
+
mobileLogo && screenWidth < 776 ? React__default.createElement('img', { src: mobileLogo }) : React__default.createElement('img', { src: logo, className: 'logo', style: { height: '55px' } })
|
|
16869
16677
|
)
|
|
16870
16678
|
),
|
|
16871
16679
|
showLogin && React__default.createElement(
|
|
@@ -16907,17 +16715,13 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
16907
16715
|
Nav.Item,
|
|
16908
16716
|
{ className: 'hide-on-login', style: { display: 'none' } },
|
|
16909
16717
|
React__default.createElement(
|
|
16910
|
-
|
|
16718
|
+
'a',
|
|
16911
16719
|
{ href: '/register' },
|
|
16912
16720
|
React__default.createElement(
|
|
16913
|
-
'
|
|
16914
|
-
|
|
16915
|
-
React__default.createElement(
|
|
16916
|
-
|
|
16917
|
-
{ className: 'px-2 py-2 mr-2', id: 'nav-register' },
|
|
16918
|
-
React__default.createElement(MdEmail, null),
|
|
16919
|
-
' Register'
|
|
16920
|
-
)
|
|
16721
|
+
'div',
|
|
16722
|
+
{ className: 'px-2 py-2 mr-2', id: 'nav-register' },
|
|
16723
|
+
React__default.createElement(MdEmail, null),
|
|
16724
|
+
' Register'
|
|
16921
16725
|
)
|
|
16922
16726
|
)
|
|
16923
16727
|
),
|
|
@@ -16990,13 +16794,9 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
16990
16794
|
} else {
|
|
16991
16795
|
if (ddRow.url && ddRow.name) {
|
|
16992
16796
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
16993
|
-
|
|
16994
|
-
{ key: subIndex, href: ddRow.url },
|
|
16995
|
-
|
|
16996
|
-
'a',
|
|
16997
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16998
|
-
ddRow.name
|
|
16999
|
-
)
|
|
16797
|
+
'a',
|
|
16798
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item' },
|
|
16799
|
+
ddRow.name
|
|
17000
16800
|
) : null;
|
|
17001
16801
|
} else return null;
|
|
17002
16802
|
}
|
|
@@ -17004,13 +16804,9 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
17004
16804
|
) : null;
|
|
17005
16805
|
} else {
|
|
17006
16806
|
return row.url && row.name ? React__default.createElement(
|
|
17007
|
-
|
|
17008
|
-
{ key: index, href: row.url },
|
|
17009
|
-
|
|
17010
|
-
'a',
|
|
17011
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
17012
|
-
row.name
|
|
17013
|
-
)
|
|
16807
|
+
'a',
|
|
16808
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16809
|
+
row.name
|
|
17014
16810
|
) : null;
|
|
17015
16811
|
}
|
|
17016
16812
|
})
|
|
@@ -17020,13 +16816,9 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
17020
16816
|
Navbar.Collapse,
|
|
17021
16817
|
{ id: 'basic-navbar-nav' },
|
|
17022
16818
|
isSticky && React__default.createElement(
|
|
17023
|
-
|
|
16819
|
+
'a',
|
|
17024
16820
|
{ href: '/' },
|
|
17025
|
-
React__default.createElement(
|
|
17026
|
-
'a',
|
|
17027
|
-
null,
|
|
17028
|
-
React__default.createElement(IoIosHome, { size: 20, className: 'sticky-home', color: '#fff' })
|
|
17029
|
-
)
|
|
16821
|
+
React__default.createElement(IoIosHome, { size: 20, className: 'sticky-home', color: '#fff' })
|
|
17030
16822
|
),
|
|
17031
16823
|
React__default.createElement(
|
|
17032
16824
|
Nav,
|
|
@@ -17041,26 +16833,18 @@ var HamMagazine = function HamMagazine(props) {
|
|
|
17041
16833
|
return React__default.createElement(NavDropdown.Divider, { key: subIndex });
|
|
17042
16834
|
} else {
|
|
17043
16835
|
return ddRow.url && ddRow.name ? React__default.createElement(
|
|
17044
|
-
|
|
17045
|
-
{ key: subIndex, href: ddRow.url },
|
|
17046
|
-
|
|
17047
|
-
'a',
|
|
17048
|
-
{ target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item nav-link' },
|
|
17049
|
-
ddRow.name
|
|
17050
|
-
)
|
|
16836
|
+
'a',
|
|
16837
|
+
{ key: subIndex, href: ddRow.url, target: ddRow.blank ? '_blank' : '_self', className: 'dropdown-item nav-link' },
|
|
16838
|
+
ddRow.name
|
|
17051
16839
|
) : null;
|
|
17052
16840
|
}
|
|
17053
16841
|
})
|
|
17054
16842
|
) : null;
|
|
17055
16843
|
} else {
|
|
17056
16844
|
return row.url && row.name ? React__default.createElement(
|
|
17057
|
-
|
|
17058
|
-
{ key: index, href: row.url },
|
|
17059
|
-
|
|
17060
|
-
'a',
|
|
17061
|
-
{ target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
17062
|
-
row.name
|
|
17063
|
-
)
|
|
16845
|
+
'a',
|
|
16846
|
+
{ key: index, href: row.url, target: row.blank ? '_blank' : '_self', className: 'nav-link' },
|
|
16847
|
+
row.name
|
|
17064
16848
|
) : null;
|
|
17065
16849
|
}
|
|
17066
16850
|
})
|
|
@@ -28951,21 +28735,17 @@ var Feature = function Feature(props) {
|
|
|
28951
28735
|
}
|
|
28952
28736
|
|
|
28953
28737
|
return React__default.createElement(
|
|
28954
|
-
|
|
28738
|
+
'a',
|
|
28955
28739
|
{ href: feature_link },
|
|
28956
28740
|
React__default.createElement(
|
|
28957
|
-
'
|
|
28958
|
-
|
|
28959
|
-
|
|
28960
|
-
|
|
28961
|
-
|
|
28962
|
-
|
|
28963
|
-
|
|
28964
|
-
|
|
28965
|
-
'p',
|
|
28966
|
-
{ style: { color: '#eee' } },
|
|
28967
|
-
feature_body
|
|
28968
|
-
)
|
|
28741
|
+
'h3',
|
|
28742
|
+
{ style: { color: 'white' } },
|
|
28743
|
+
feature_title
|
|
28744
|
+
),
|
|
28745
|
+
React__default.createElement(
|
|
28746
|
+
'p',
|
|
28747
|
+
{ style: { color: '#eee' } },
|
|
28748
|
+
feature_body
|
|
28969
28749
|
)
|
|
28970
28750
|
);
|
|
28971
28751
|
};
|
|
@@ -29248,25 +29028,21 @@ var Hero = function Hero(_ref) {
|
|
|
29248
29028
|
url = data.url;
|
|
29249
29029
|
|
|
29250
29030
|
return React__default.createElement(
|
|
29251
|
-
|
|
29252
|
-
{ href: '/view/
|
|
29031
|
+
'a',
|
|
29032
|
+
{ href: '/view/' + url.current },
|
|
29253
29033
|
React__default.createElement(
|
|
29254
|
-
|
|
29255
|
-
|
|
29256
|
-
React__default.createElement(
|
|
29257
|
-
Card$1,
|
|
29258
|
-
{
|
|
29259
|
-
title
|
|
29260
|
-
|
|
29261
|
-
|
|
29262
|
-
|
|
29263
|
-
|
|
29264
|
-
|
|
29265
|
-
summary
|
|
29266
|
-
Card$1.Footer,
|
|
29267
|
-
{ className: 'h6' },
|
|
29268
|
-
clean_html_1(summary)
|
|
29269
|
-
)
|
|
29034
|
+
Card$1,
|
|
29035
|
+
{ bsPrefix: 'hero-card' },
|
|
29036
|
+
title && React__default.createElement(
|
|
29037
|
+
Card$1.Header,
|
|
29038
|
+
{ className: 'h4' },
|
|
29039
|
+
title
|
|
29040
|
+
),
|
|
29041
|
+
thumbnail && client && React__default.createElement(Card$1.Img, { src: renderCardImage$1(thumbnail, client, imageHeight, imageWidth) }),
|
|
29042
|
+
summary && React__default.createElement(
|
|
29043
|
+
Card$1.Footer,
|
|
29044
|
+
{ className: 'h6' },
|
|
29045
|
+
clean_html_1(summary)
|
|
29270
29046
|
)
|
|
29271
29047
|
)
|
|
29272
29048
|
);
|
|
@@ -29385,13 +29161,9 @@ var AlphabeticList = function AlphabeticList(_ref) {
|
|
|
29385
29161
|
'li',
|
|
29386
29162
|
{ key: i },
|
|
29387
29163
|
React__default.createElement(
|
|
29388
|
-
|
|
29164
|
+
'a',
|
|
29389
29165
|
{ href: item.url },
|
|
29390
|
-
|
|
29391
|
-
'a',
|
|
29392
|
-
null,
|
|
29393
|
-
item.name
|
|
29394
|
-
)
|
|
29166
|
+
item.name
|
|
29395
29167
|
)
|
|
29396
29168
|
);
|
|
29397
29169
|
})
|
|
@@ -29516,6 +29288,8 @@ var Ustream = function Ustream(_ref) {
|
|
|
29516
29288
|
useEffect(function () {
|
|
29517
29289
|
try {
|
|
29518
29290
|
var container = document.getElementById('ustream-container');
|
|
29291
|
+
var ustream = document.getElementById('ustream-iframe');
|
|
29292
|
+
ustream.setAttribute('src', src);
|
|
29519
29293
|
|
|
29520
29294
|
if (close) {
|
|
29521
29295
|
var closeBtn = document.querySelector('.ustream-close');
|
|
@@ -29570,7 +29344,6 @@ var Ustream = function Ustream(_ref) {
|
|
|
29570
29344
|
),
|
|
29571
29345
|
React__default.createElement('iframe', {
|
|
29572
29346
|
id: 'ustream-iframe',
|
|
29573
|
-
src: src,
|
|
29574
29347
|
webkitallowfullscreen: 'true',
|
|
29575
29348
|
allowFullScreen: true,
|
|
29576
29349
|
frameBorder: 'no',
|
|
@@ -29598,41 +29371,37 @@ var fbsHero = function fbsHero(props) {
|
|
|
29598
29371
|
'div',
|
|
29599
29372
|
{ className: 'article-hero' },
|
|
29600
29373
|
React__default.createElement(
|
|
29601
|
-
|
|
29602
|
-
{ href: '/view/
|
|
29374
|
+
'a',
|
|
29375
|
+
{ href: '/view/' + topArticle.url.current },
|
|
29603
29376
|
React__default.createElement(
|
|
29604
|
-
'
|
|
29605
|
-
|
|
29377
|
+
'div',
|
|
29378
|
+
{ className: 'fbs-top-article' },
|
|
29379
|
+
React__default.createElement(
|
|
29380
|
+
'div',
|
|
29381
|
+
{ className: 'fbs-top-article--img' },
|
|
29382
|
+
React__default.createElement('img', { src: urlFor(topArticle.thumbnail.asset).width(600).url(), alt: topArticle.thumbnail.asset.originalFileName })
|
|
29383
|
+
),
|
|
29606
29384
|
React__default.createElement(
|
|
29607
29385
|
'div',
|
|
29608
|
-
{ className: 'fbs-top-article' },
|
|
29386
|
+
{ className: 'fbs-top-article--body' },
|
|
29609
29387
|
React__default.createElement(
|
|
29610
|
-
'
|
|
29611
|
-
|
|
29612
|
-
|
|
29388
|
+
'h1',
|
|
29389
|
+
null,
|
|
29390
|
+
topArticle.title
|
|
29613
29391
|
),
|
|
29614
29392
|
React__default.createElement(
|
|
29615
|
-
'
|
|
29616
|
-
|
|
29617
|
-
|
|
29618
|
-
|
|
29619
|
-
|
|
29620
|
-
|
|
29621
|
-
|
|
29622
|
-
|
|
29623
|
-
'p',
|
|
29624
|
-
null,
|
|
29625
|
-
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
29626
|
-
),
|
|
29393
|
+
'p',
|
|
29394
|
+
null,
|
|
29395
|
+
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
29396
|
+
),
|
|
29397
|
+
React__default.createElement(
|
|
29398
|
+
'p',
|
|
29399
|
+
null,
|
|
29400
|
+
'By ',
|
|
29627
29401
|
React__default.createElement(
|
|
29628
|
-
'
|
|
29402
|
+
'b',
|
|
29629
29403
|
null,
|
|
29630
|
-
|
|
29631
|
-
React__default.createElement(
|
|
29632
|
-
'b',
|
|
29633
|
-
null,
|
|
29634
|
-
topArticle.authorMapping[0].displayName
|
|
29635
|
-
)
|
|
29404
|
+
topArticle.authorMapping[0].displayName
|
|
29636
29405
|
)
|
|
29637
29406
|
)
|
|
29638
29407
|
)
|
|
@@ -29643,34 +29412,30 @@ var fbsHero = function fbsHero(props) {
|
|
|
29643
29412
|
{ className: 'fbs-sub-article-container' },
|
|
29644
29413
|
subArticles.map(function (article, index) {
|
|
29645
29414
|
return React__default.createElement(
|
|
29646
|
-
|
|
29647
|
-
{ key: index, href: '/view/' + article.url.current },
|
|
29415
|
+
'a',
|
|
29416
|
+
{ key: index, href: '/view/' + article.url.current, className: 'fbs-sub-article' },
|
|
29417
|
+
React__default.createElement('img', { src: urlFor(article.thumbnail.asset).width(250).url() }),
|
|
29648
29418
|
React__default.createElement(
|
|
29649
|
-
'
|
|
29650
|
-
|
|
29651
|
-
React__default.createElement('img', { src: urlFor(article.thumbnail.asset).width(250).url() }),
|
|
29419
|
+
'div',
|
|
29420
|
+
null,
|
|
29652
29421
|
React__default.createElement(
|
|
29653
|
-
'
|
|
29422
|
+
'h2',
|
|
29423
|
+
{ className: 'fbs-sub-article--title' },
|
|
29424
|
+
article.title
|
|
29425
|
+
),
|
|
29426
|
+
React__default.createElement(
|
|
29427
|
+
'p',
|
|
29654
29428
|
null,
|
|
29429
|
+
moment(article.published).format('MMMM DD, YYYY hh:mma')
|
|
29430
|
+
),
|
|
29431
|
+
React__default.createElement(
|
|
29432
|
+
'p',
|
|
29433
|
+
null,
|
|
29434
|
+
'By ',
|
|
29655
29435
|
React__default.createElement(
|
|
29656
|
-
'
|
|
29657
|
-
{ className: 'fbs-sub-article--title' },
|
|
29658
|
-
article.title
|
|
29659
|
-
),
|
|
29660
|
-
React__default.createElement(
|
|
29661
|
-
'p',
|
|
29662
|
-
null,
|
|
29663
|
-
moment(article.published).format('MMMM DD, YYYY hh:mma')
|
|
29664
|
-
),
|
|
29665
|
-
React__default.createElement(
|
|
29666
|
-
'p',
|
|
29436
|
+
'b',
|
|
29667
29437
|
null,
|
|
29668
|
-
|
|
29669
|
-
React__default.createElement(
|
|
29670
|
-
'b',
|
|
29671
|
-
null,
|
|
29672
|
-
topArticle.authorMapping[0].displayName
|
|
29673
|
-
)
|
|
29438
|
+
topArticle.authorMapping[0].displayName
|
|
29674
29439
|
)
|
|
29675
29440
|
)
|
|
29676
29441
|
)
|
|
@@ -29717,42 +29482,30 @@ var HorizontalHero = function HorizontalHero(props) {
|
|
|
29717
29482
|
'div',
|
|
29718
29483
|
{ className: 'horizontal-hero-inner' },
|
|
29719
29484
|
React__default.createElement(
|
|
29720
|
-
|
|
29721
|
-
{ href: '/view/
|
|
29722
|
-
React__default.createElement(
|
|
29723
|
-
'a',
|
|
29724
|
-
{ className: 'horizontal-hero-img' },
|
|
29725
|
-
React__default.createElement('img', { src: urlFor(topArticle.thumbnail.asset).width(350).url() })
|
|
29726
|
-
)
|
|
29485
|
+
'a',
|
|
29486
|
+
{ href: '/view/' + topArticle.url.current, className: 'horizontal-hero-img' },
|
|
29487
|
+
React__default.createElement('img', { src: urlFor(topArticle.thumbnail.asset).width(350).url() })
|
|
29727
29488
|
),
|
|
29728
29489
|
React__default.createElement(
|
|
29729
29490
|
'div',
|
|
29730
29491
|
{ className: 'horizontal-articles-wrap' },
|
|
29731
29492
|
React__default.createElement(
|
|
29732
|
-
|
|
29733
|
-
{ href: topArticle.url.current },
|
|
29493
|
+
'a',
|
|
29494
|
+
{ href: topArticle.url.current, className: 'horizontal-article' },
|
|
29734
29495
|
React__default.createElement(
|
|
29735
|
-
'
|
|
29736
|
-
|
|
29737
|
-
|
|
29738
|
-
'p',
|
|
29739
|
-
null,
|
|
29740
|
-
topArticle.title
|
|
29741
|
-
)
|
|
29496
|
+
'p',
|
|
29497
|
+
null,
|
|
29498
|
+
topArticle.title
|
|
29742
29499
|
)
|
|
29743
29500
|
),
|
|
29744
29501
|
subArticles.map(function (article, index) {
|
|
29745
29502
|
return React__default.createElement(
|
|
29746
|
-
|
|
29747
|
-
{ key: index, href: '/view/
|
|
29503
|
+
'a',
|
|
29504
|
+
{ key: index, href: '/view/' + article.url.current, className: 'horizontal-article' },
|
|
29748
29505
|
React__default.createElement(
|
|
29749
|
-
'
|
|
29750
|
-
|
|
29751
|
-
|
|
29752
|
-
'p',
|
|
29753
|
-
null,
|
|
29754
|
-
article.title
|
|
29755
|
-
)
|
|
29506
|
+
'p',
|
|
29507
|
+
null,
|
|
29508
|
+
article.title
|
|
29756
29509
|
)
|
|
29757
29510
|
);
|
|
29758
29511
|
})
|
|
@@ -29762,20 +29515,16 @@ var HorizontalHero = function HorizontalHero(props) {
|
|
|
29762
29515
|
'div',
|
|
29763
29516
|
{ className: 'horizontal-view-more' },
|
|
29764
29517
|
React__default.createElement(
|
|
29765
|
-
|
|
29518
|
+
'a',
|
|
29766
29519
|
{ href: props.linkTo },
|
|
29520
|
+
'View More ',
|
|
29521
|
+
heroTitle,
|
|
29522
|
+
' ',
|
|
29523
|
+
' ',
|
|
29767
29524
|
React__default.createElement(
|
|
29768
|
-
'
|
|
29525
|
+
'span',
|
|
29769
29526
|
null,
|
|
29770
|
-
|
|
29771
|
-
heroTitle,
|
|
29772
|
-
' ',
|
|
29773
|
-
' ',
|
|
29774
|
-
React__default.createElement(
|
|
29775
|
-
'span',
|
|
29776
|
-
null,
|
|
29777
|
-
React__default.createElement(FaLongArrowAltRight, null)
|
|
29778
|
-
)
|
|
29527
|
+
React__default.createElement(FaLongArrowAltRight, null)
|
|
29779
29528
|
)
|
|
29780
29529
|
)
|
|
29781
29530
|
),
|
|
@@ -29799,41 +29548,37 @@ var OncliveHero = function OncliveHero(props) {
|
|
|
29799
29548
|
{ className: 'article-group--container' },
|
|
29800
29549
|
props.dataRecord.map(function (article, index) {
|
|
29801
29550
|
return React__default.createElement(
|
|
29802
|
-
|
|
29803
|
-
{ key: index, href: '/view/
|
|
29551
|
+
'a',
|
|
29552
|
+
{ key: index, href: '/view/' + article.url.current, className: 'article-group' },
|
|
29804
29553
|
React__default.createElement(
|
|
29805
|
-
'
|
|
29806
|
-
|
|
29554
|
+
'figure',
|
|
29555
|
+
null,
|
|
29556
|
+
React__default.createElement('img', { src: urlFor(article.thumbnail.asset).width(250).url(), alt: article.title })
|
|
29557
|
+
),
|
|
29558
|
+
React__default.createElement(
|
|
29559
|
+
'div',
|
|
29560
|
+
{ className: 'article-group--body' },
|
|
29807
29561
|
React__default.createElement(
|
|
29808
|
-
'
|
|
29562
|
+
'h2',
|
|
29809
29563
|
null,
|
|
29810
|
-
|
|
29564
|
+
article.title
|
|
29811
29565
|
),
|
|
29812
|
-
React__default.createElement(
|
|
29813
|
-
|
|
29814
|
-
|
|
29566
|
+
React__default.createElement('div', null),
|
|
29567
|
+
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
29568
|
+
article.authorMapping[0].displayName && React__default.createElement(
|
|
29569
|
+
'p',
|
|
29570
|
+
{ className: 'mb-2' },
|
|
29571
|
+
'By ',
|
|
29815
29572
|
React__default.createElement(
|
|
29816
|
-
'
|
|
29573
|
+
'b',
|
|
29817
29574
|
null,
|
|
29818
|
-
article.
|
|
29819
|
-
),
|
|
29820
|
-
React__default.createElement('div', null),
|
|
29821
|
-
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
29822
|
-
article.authorMapping[0].displayName && React__default.createElement(
|
|
29823
|
-
'p',
|
|
29824
|
-
{ className: 'mb-2' },
|
|
29825
|
-
'By ',
|
|
29826
|
-
React__default.createElement(
|
|
29827
|
-
'b',
|
|
29828
|
-
null,
|
|
29829
|
-
article.authorMapping[0].displayName
|
|
29830
|
-
)
|
|
29831
|
-
),
|
|
29832
|
-
React__default.createElement(
|
|
29833
|
-
'p',
|
|
29834
|
-
{ className: 'article-group--summary' },
|
|
29835
|
-
article.summary
|
|
29575
|
+
article.authorMapping[0].displayName
|
|
29836
29576
|
)
|
|
29577
|
+
),
|
|
29578
|
+
React__default.createElement(
|
|
29579
|
+
'p',
|
|
29580
|
+
{ className: 'article-group--summary' },
|
|
29581
|
+
article.summary
|
|
29837
29582
|
)
|
|
29838
29583
|
)
|
|
29839
29584
|
);
|
|
@@ -29860,35 +29605,31 @@ var OncliveLargeHero = function OncliveLargeHero(props) {
|
|
|
29860
29605
|
'div',
|
|
29861
29606
|
{ className: 'article-hero-container' },
|
|
29862
29607
|
React__default.createElement(
|
|
29863
|
-
|
|
29864
|
-
{ href: '/view/
|
|
29608
|
+
'a',
|
|
29609
|
+
{ href: '/view/' + topArticle.url.current, className: 'top-article' },
|
|
29865
29610
|
React__default.createElement(
|
|
29866
|
-
'
|
|
29867
|
-
|
|
29611
|
+
'figure',
|
|
29612
|
+
null,
|
|
29613
|
+
React__default.createElement('img', {
|
|
29614
|
+
src: urlFor(topArticle.thumbnail.asset).width(500).url() })
|
|
29615
|
+
),
|
|
29616
|
+
React__default.createElement(
|
|
29617
|
+
'div',
|
|
29618
|
+
{ className: 'top-article--body' },
|
|
29868
29619
|
React__default.createElement(
|
|
29869
|
-
'
|
|
29620
|
+
'h1',
|
|
29870
29621
|
null,
|
|
29871
|
-
|
|
29872
|
-
src: urlFor(topArticle.thumbnail.asset).width(500).url() })
|
|
29622
|
+
topArticle.title
|
|
29873
29623
|
),
|
|
29874
29624
|
React__default.createElement(
|
|
29875
|
-
'
|
|
29876
|
-
|
|
29877
|
-
|
|
29878
|
-
|
|
29879
|
-
|
|
29880
|
-
|
|
29881
|
-
|
|
29882
|
-
|
|
29883
|
-
'p',
|
|
29884
|
-
null,
|
|
29885
|
-
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
29886
|
-
),
|
|
29887
|
-
React__default.createElement(
|
|
29888
|
-
'p',
|
|
29889
|
-
null,
|
|
29890
|
-
clean_html_1(topArticle.summary)
|
|
29891
|
-
)
|
|
29625
|
+
'p',
|
|
29626
|
+
null,
|
|
29627
|
+
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
29628
|
+
),
|
|
29629
|
+
React__default.createElement(
|
|
29630
|
+
'p',
|
|
29631
|
+
null,
|
|
29632
|
+
clean_html_1(topArticle.summary)
|
|
29892
29633
|
)
|
|
29893
29634
|
)
|
|
29894
29635
|
),
|
|
@@ -29897,38 +29638,34 @@ var OncliveLargeHero = function OncliveLargeHero(props) {
|
|
|
29897
29638
|
{ className: 'sub-articles-container' },
|
|
29898
29639
|
subArticles && subArticles.map(function (article, index) {
|
|
29899
29640
|
return React__default.createElement(
|
|
29900
|
-
|
|
29901
|
-
{ href: '/view/
|
|
29641
|
+
'a',
|
|
29642
|
+
{ href: '/view/' + article.url.current, className: 'sub-article' },
|
|
29902
29643
|
React__default.createElement(
|
|
29903
|
-
'
|
|
29904
|
-
|
|
29644
|
+
'figure',
|
|
29645
|
+
null,
|
|
29646
|
+
React__default.createElement('img', {
|
|
29647
|
+
src: urlFor(article.thumbnail.asset).width(250).url(),
|
|
29648
|
+
alt: article.title
|
|
29649
|
+
})
|
|
29650
|
+
),
|
|
29651
|
+
React__default.createElement(
|
|
29652
|
+
'div',
|
|
29653
|
+
{ className: 'sub-article--body' },
|
|
29905
29654
|
React__default.createElement(
|
|
29906
|
-
'
|
|
29655
|
+
'h2',
|
|
29907
29656
|
null,
|
|
29908
|
-
|
|
29909
|
-
src: urlFor(article.thumbnail.asset).width(250).url(),
|
|
29910
|
-
alt: article.title
|
|
29911
|
-
})
|
|
29657
|
+
article.title
|
|
29912
29658
|
),
|
|
29913
|
-
React__default.createElement(
|
|
29914
|
-
|
|
29915
|
-
|
|
29659
|
+
React__default.createElement('div', null),
|
|
29660
|
+
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
29661
|
+
article.authorMapping[0].displayName && React__default.createElement(
|
|
29662
|
+
'p',
|
|
29663
|
+
{ className: 'mb-2' },
|
|
29664
|
+
'By ',
|
|
29916
29665
|
React__default.createElement(
|
|
29917
|
-
'
|
|
29666
|
+
'b',
|
|
29918
29667
|
null,
|
|
29919
|
-
article.
|
|
29920
|
-
),
|
|
29921
|
-
React__default.createElement('div', null),
|
|
29922
|
-
moment(article.published).format('MMMM Do YYYY, h:mma'),
|
|
29923
|
-
article.authorMapping[0].displayName && React__default.createElement(
|
|
29924
|
-
'p',
|
|
29925
|
-
{ className: 'mb-2' },
|
|
29926
|
-
'By ',
|
|
29927
|
-
React__default.createElement(
|
|
29928
|
-
'b',
|
|
29929
|
-
null,
|
|
29930
|
-
article.authorMapping[0].displayName
|
|
29931
|
-
)
|
|
29668
|
+
article.authorMapping[0].displayName
|
|
29932
29669
|
)
|
|
29933
29670
|
)
|
|
29934
29671
|
)
|
|
@@ -29971,29 +29708,21 @@ var VerticalHero = function VerticalHero(props) {
|
|
|
29971
29708
|
),
|
|
29972
29709
|
props.dataRecord.map(function (article, index) {
|
|
29973
29710
|
return index === 0 ? React__default.createElement(
|
|
29974
|
-
|
|
29975
|
-
{ href: '/view/
|
|
29711
|
+
'a',
|
|
29712
|
+
{ href: '/view/' + article.url.current, key: index, className: 'vertical-article' },
|
|
29713
|
+
React__default.createElement('img', { src: urlFor(article.thumbnail.asset).width(500).url() }),
|
|
29976
29714
|
React__default.createElement(
|
|
29977
|
-
'
|
|
29978
|
-
|
|
29979
|
-
|
|
29980
|
-
React__default.createElement(
|
|
29981
|
-
'h2',
|
|
29982
|
-
null,
|
|
29983
|
-
article.title
|
|
29984
|
-
)
|
|
29715
|
+
'h2',
|
|
29716
|
+
null,
|
|
29717
|
+
article.title
|
|
29985
29718
|
)
|
|
29986
29719
|
) : React__default.createElement(
|
|
29987
|
-
|
|
29988
|
-
{ href: '/view/
|
|
29720
|
+
'a',
|
|
29721
|
+
{ href: '/view/' + article.url.current, className: 'vertical-article' },
|
|
29989
29722
|
React__default.createElement(
|
|
29990
|
-
'
|
|
29991
|
-
|
|
29992
|
-
|
|
29993
|
-
'h2',
|
|
29994
|
-
null,
|
|
29995
|
-
article.title
|
|
29996
|
-
)
|
|
29723
|
+
'h2',
|
|
29724
|
+
null,
|
|
29725
|
+
article.title
|
|
29997
29726
|
)
|
|
29998
29727
|
);
|
|
29999
29728
|
})
|
|
@@ -30019,38 +29748,34 @@ var YahooHero = function YahooHero(props) {
|
|
|
30019
29748
|
'div',
|
|
30020
29749
|
{ className: 'article-hero' },
|
|
30021
29750
|
React__default.createElement(
|
|
30022
|
-
|
|
30023
|
-
{ href: '/view/
|
|
29751
|
+
'a',
|
|
29752
|
+
{ href: '/view/' + topArticle.url.current },
|
|
30024
29753
|
React__default.createElement(
|
|
30025
|
-
'
|
|
30026
|
-
|
|
29754
|
+
'div',
|
|
29755
|
+
{ className: 'yh-top-article' },
|
|
30027
29756
|
React__default.createElement(
|
|
30028
29757
|
'div',
|
|
30029
|
-
{ className: 'yh-top-article' },
|
|
29758
|
+
{ className: 'yh-top-article--img' },
|
|
29759
|
+
React__default.createElement('img', { src: urlFor(topArticle.thumbnail.asset).width(600).url(), alt: topArticle.thumbnail.asset.originalFileName })
|
|
29760
|
+
),
|
|
29761
|
+
React__default.createElement('div', { className: 'yh-top-article--blur' }),
|
|
29762
|
+
React__default.createElement(
|
|
29763
|
+
'div',
|
|
29764
|
+
{ className: 'yh-top-article--body' },
|
|
30030
29765
|
React__default.createElement(
|
|
30031
|
-
'
|
|
30032
|
-
|
|
30033
|
-
|
|
29766
|
+
'h1',
|
|
29767
|
+
null,
|
|
29768
|
+
topArticle.title
|
|
30034
29769
|
),
|
|
30035
|
-
React__default.createElement('div', { className: 'yh-top-article--blur' }),
|
|
30036
29770
|
React__default.createElement(
|
|
30037
|
-
'
|
|
30038
|
-
|
|
30039
|
-
|
|
30040
|
-
|
|
30041
|
-
|
|
30042
|
-
|
|
30043
|
-
|
|
30044
|
-
|
|
30045
|
-
'p',
|
|
30046
|
-
null,
|
|
30047
|
-
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
30048
|
-
),
|
|
30049
|
-
React__default.createElement(
|
|
30050
|
-
'p',
|
|
30051
|
-
null,
|
|
30052
|
-
clean_html_1(topArticle.summary)
|
|
30053
|
-
)
|
|
29771
|
+
'p',
|
|
29772
|
+
null,
|
|
29773
|
+
moment(topArticle.published).format('MMMM DD, YYYY hh:mma')
|
|
29774
|
+
),
|
|
29775
|
+
React__default.createElement(
|
|
29776
|
+
'p',
|
|
29777
|
+
null,
|
|
29778
|
+
clean_html_1(topArticle.summary)
|
|
30054
29779
|
)
|
|
30055
29780
|
)
|
|
30056
29781
|
)
|
|
@@ -30060,31 +29785,27 @@ var YahooHero = function YahooHero(props) {
|
|
|
30060
29785
|
{ className: 'yh-sub-article-container' },
|
|
30061
29786
|
subArticles.map(function (article, index) {
|
|
30062
29787
|
return React__default.createElement(
|
|
30063
|
-
|
|
30064
|
-
{ href: '/view/' + article.url.current },
|
|
29788
|
+
'a',
|
|
29789
|
+
{ href: '/view/' + article.url.current, key: index, className: 'yh-sub-article' },
|
|
29790
|
+
React__default.createElement('img', { src: urlFor(article.thumbnail.asset).width(250).url() }),
|
|
30065
29791
|
React__default.createElement(
|
|
30066
|
-
'
|
|
30067
|
-
{
|
|
30068
|
-
|
|
30069
|
-
|
|
30070
|
-
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
),
|
|
30074
|
-
|
|
30075
|
-
|
|
30076
|
-
|
|
30077
|
-
|
|
30078
|
-
|
|
29792
|
+
'h6',
|
|
29793
|
+
{ className: 'yh-sub-article--title' },
|
|
29794
|
+
article.title
|
|
29795
|
+
),
|
|
29796
|
+
React__default.createElement(
|
|
29797
|
+
'p',
|
|
29798
|
+
{ className: 'yh-sub-article--info' },
|
|
29799
|
+
moment(article.published).format('MMMM DD, YYYY hh:mma')
|
|
29800
|
+
),
|
|
29801
|
+
React__default.createElement(
|
|
29802
|
+
'p',
|
|
29803
|
+
{ className: 'yh-sub-article--info' },
|
|
29804
|
+
'By ',
|
|
30079
29805
|
React__default.createElement(
|
|
30080
|
-
'
|
|
30081
|
-
|
|
30082
|
-
|
|
30083
|
-
React__default.createElement(
|
|
30084
|
-
'b',
|
|
30085
|
-
null,
|
|
30086
|
-
article.authorMapping[0].displayName
|
|
30087
|
-
)
|
|
29806
|
+
'b',
|
|
29807
|
+
null,
|
|
29808
|
+
article.authorMapping[0].displayName
|
|
30088
29809
|
)
|
|
30089
29810
|
)
|
|
30090
29811
|
);
|
|
@@ -30151,37 +29872,33 @@ var RelatedContent = function RelatedContent(props) {
|
|
|
30151
29872
|
{ className: 'related-articles-container' },
|
|
30152
29873
|
dataRecord.map(function (article, index) {
|
|
30153
29874
|
return React__default.createElement(
|
|
30154
|
-
|
|
30155
|
-
{ href: '/view/
|
|
29875
|
+
'a',
|
|
29876
|
+
{ href: '/view/' + article.url.current, className: 'related-article' },
|
|
30156
29877
|
React__default.createElement(
|
|
30157
|
-
'
|
|
30158
|
-
|
|
30159
|
-
React__default.createElement(
|
|
30160
|
-
|
|
30161
|
-
|
|
30162
|
-
|
|
30163
|
-
|
|
30164
|
-
|
|
30165
|
-
|
|
29878
|
+
'figure',
|
|
29879
|
+
null,
|
|
29880
|
+
React__default.createElement('img', {
|
|
29881
|
+
src: article.thumbnail ? urlFor(article.thumbnail.asset).width(500).url() : defaultImage,
|
|
29882
|
+
alt: article.title
|
|
29883
|
+
})
|
|
29884
|
+
),
|
|
29885
|
+
React__default.createElement(
|
|
29886
|
+
'div',
|
|
29887
|
+
{ className: 'related-article-body' },
|
|
29888
|
+
React__default.createElement('h4', { dangerouslySetInnerHTML: { __html: article.title } }),
|
|
29889
|
+
props.showPublished && React__default.createElement(
|
|
29890
|
+
'p',
|
|
29891
|
+
{ className: 'pb-0 mb-0' },
|
|
29892
|
+
moment(article.published).format('MMMM DD, YYYY hh:mma')
|
|
30166
29893
|
),
|
|
30167
|
-
React__default.createElement(
|
|
30168
|
-
'
|
|
30169
|
-
|
|
30170
|
-
|
|
30171
|
-
|
|
30172
|
-
'
|
|
30173
|
-
{ className: 'pb-0 mb-0' },
|
|
30174
|
-
moment(article.published).format('MMMM DD, YYYY hh:mma')
|
|
30175
|
-
),
|
|
30176
|
-
props.showAuthor && article.authorMapping && article.authorMapping[0] && React__default.createElement(
|
|
30177
|
-
'p',
|
|
29894
|
+
props.showAuthor && article.authorMapping && article.authorMapping[0] && React__default.createElement(
|
|
29895
|
+
'p',
|
|
29896
|
+
null,
|
|
29897
|
+
'By ',
|
|
29898
|
+
React__default.createElement(
|
|
29899
|
+
'b',
|
|
30178
29900
|
null,
|
|
30179
|
-
|
|
30180
|
-
React__default.createElement(
|
|
30181
|
-
'b',
|
|
30182
|
-
null,
|
|
30183
|
-
article.authorMapping[0].displayName
|
|
30184
|
-
)
|
|
29901
|
+
article.authorMapping[0].displayName
|
|
30185
29902
|
)
|
|
30186
29903
|
)
|
|
30187
29904
|
)
|
|
@@ -30260,13 +29977,9 @@ var ConferenceArticleCard = function ConferenceArticleCard(props) {
|
|
|
30260
29977
|
'p',
|
|
30261
29978
|
{ className: 'mb-1 conference-group' },
|
|
30262
29979
|
React__default.createElement(
|
|
30263
|
-
|
|
30264
|
-
{ href: '/conference/
|
|
30265
|
-
|
|
30266
|
-
'a',
|
|
30267
|
-
{ alt: data.thumbnail.alt || data.title },
|
|
30268
|
-
data.documentGroup.name
|
|
30269
|
-
)
|
|
29980
|
+
'a',
|
|
29981
|
+
{ href: '/conference/' + data.documentGroup.identifier.current, alt: data.thumbnail.alt || data.title },
|
|
29982
|
+
data.documentGroup.name
|
|
30270
29983
|
)
|
|
30271
29984
|
),
|
|
30272
29985
|
React__default.createElement('p', { className: 'pt-2 card-text', dangerouslySetInnerHTML: { __html: data.summary } })
|