@mjhls/mjh-framework 1.0.605 → 1.0.607
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/AD300x250.js +7 -1
- package/dist/cjs/AD300x250x600.js +7 -1
- package/dist/cjs/ArticleQueue.js +4 -3
- package/dist/cjs/CMEDeck.js +4 -4
- package/dist/cjs/Column2.js +2 -0
- package/dist/cjs/Column3.js +2 -0
- package/dist/cjs/DeckContent.js +2 -1
- package/dist/cjs/DeckQueue.js +2 -1
- package/dist/cjs/EventsDeck.js +2 -2
- package/dist/cjs/ExternalResources.js +3 -2
- package/dist/cjs/GridContent.js +4 -3
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/MasterDeck.js +2 -1
- package/dist/cjs/PartnerDetailListing.js +3 -2
- package/dist/cjs/PdfDownload.js +1 -1
- package/dist/cjs/PublicationLanding.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +4 -4
- package/dist/cjs/SideFooter.js +3 -1
- package/dist/cjs/TemplateNormal.js +2 -0
- package/dist/cjs/VideoSeriesListing.js +2 -1
- package/dist/cjs/View.js +7 -33
- package/dist/cjs/define-property-f4d12f4e.js +20 -0
- package/dist/cjs/defineProperty-55548b25.js +34 -0
- package/dist/cjs/getSerializers.js +3 -2
- package/dist/cjs/{index-69c35219.js → index-42a63635.js} +1 -1
- package/dist/cjs/index.js +4 -2
- package/dist/cjs/{inherits-93684212.js → inherits-dca612fa.js} +4 -18
- package/dist/esm/AD300x250.js +7 -1
- package/dist/esm/AD300x250x600.js +7 -1
- package/dist/esm/ArticleQueue.js +4 -3
- package/dist/esm/CMEDeck.js +4 -4
- package/dist/esm/Column2.js +2 -0
- package/dist/esm/Column3.js +2 -0
- package/dist/esm/DeckContent.js +2 -1
- package/dist/esm/DeckQueue.js +2 -1
- package/dist/esm/EventsDeck.js +2 -2
- package/dist/esm/ExternalResources.js +3 -2
- package/dist/esm/GridContent.js +4 -3
- package/dist/esm/IssueDeck.js +1 -1
- package/dist/esm/MasterDeck.js +2 -1
- package/dist/esm/PartnerDetailListing.js +3 -2
- package/dist/esm/PdfDownload.js +1 -1
- package/dist/esm/PublicationLanding.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +4 -4
- package/dist/esm/SideFooter.js +3 -1
- package/dist/esm/TemplateNormal.js +2 -0
- package/dist/esm/VideoSeriesListing.js +2 -1
- package/dist/esm/View.js +6 -32
- package/dist/esm/define-property-99e9c0ad.js +18 -0
- package/dist/esm/defineProperty-fa14766d.js +32 -0
- package/dist/esm/getSerializers.js +3 -2
- package/dist/esm/{index-e07f3300.js → index-f191d6d0.js} +1 -1
- package/dist/esm/index.js +4 -2
- package/dist/esm/{inherits-e6718951.js → inherits-a15d91fe.js} +6 -19
- package/package.json +1 -1
package/dist/esm/AD300x250.js
CHANGED
|
@@ -53,8 +53,14 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
53
53
|
var parent = document.getElementById(slotID);
|
|
54
54
|
// finding the parent wrapper div
|
|
55
55
|
var parentWrapper = parent && parent.closest('.AD300x250');
|
|
56
|
+
var mediaWrapper = parent && parent.closest('.media');
|
|
56
57
|
// collapsing the parent wrapper div
|
|
57
|
-
if (parentWrapper)
|
|
58
|
+
if (parentWrapper) {
|
|
59
|
+
parentWrapper.style.display = 'none';
|
|
60
|
+
} else if (mediaWrapper) {
|
|
61
|
+
mediaWrapper.style.display = 'none';
|
|
62
|
+
}
|
|
63
|
+
|
|
58
64
|
parent.style.height = '0%';
|
|
59
65
|
parent.style.width = '0%';
|
|
60
66
|
parent.style.display = 'none';
|
|
@@ -67,8 +67,14 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
67
67
|
var parent = document.getElementById(slotID);
|
|
68
68
|
// finding the parent wrapper div
|
|
69
69
|
var parentWrapper = parent && parent.closest('.AD300x250');
|
|
70
|
+
var mediaWrapper = parent && parent.closest('.media');
|
|
70
71
|
// collapsing the parent wrapper div
|
|
71
|
-
if (parentWrapper)
|
|
72
|
+
if (parentWrapper) {
|
|
73
|
+
parentWrapper.style.display = 'none';
|
|
74
|
+
} else if (mediaWrapper) {
|
|
75
|
+
mediaWrapper.style.display = 'none';
|
|
76
|
+
}
|
|
77
|
+
|
|
72
78
|
parent.style.height = '0%';
|
|
73
79
|
parent.style.width = '0%';
|
|
74
80
|
parent.style.display = 'none';
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends, a as _Object$assign } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import './inherits-
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import { _ as _typeof } from './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -38,7 +39,7 @@ import './smoothscroll-4b699764.js';
|
|
|
38
39
|
import './GroupDeck.js';
|
|
39
40
|
import 'react-bootstrap';
|
|
40
41
|
import 'react-bootstrap/Button';
|
|
41
|
-
import { I as InscreenSensor, g as getSerializers } from './index-
|
|
42
|
+
import { I as InscreenSensor, g as getSerializers } from './index-f191d6d0.js';
|
|
42
43
|
import './util-7700fc59.js';
|
|
43
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
44
45
|
import 'react-bootstrap/Pagination';
|
|
@@ -1351,7 +1352,7 @@ var Article = function Article(props) {
|
|
|
1351
1352
|
renderBlockContent(props.article),
|
|
1352
1353
|
issue && issue.url && React__default.createElement(
|
|
1353
1354
|
'a',
|
|
1354
|
-
{ href: issue.url, target: '_blank', title: 'Download issue' },
|
|
1355
|
+
{ rel: 'noopener', href: issue.url, target: '_blank', title: 'Download issue' },
|
|
1355
1356
|
React__default.createElement('img', { style: { margin: '1rem', maxHeight: '40px', maxWidth: '40px' }, src: '/download.png', alt: 'download issue' }),
|
|
1356
1357
|
'Download Issue : ',
|
|
1357
1358
|
issue.name
|
package/dist/esm/CMEDeck.js
CHANGED
|
@@ -244,7 +244,7 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
244
244
|
{ xs: 3, sm: 4, md: 4, lg: 4, xl: 4, style: { padding: '0' } },
|
|
245
245
|
React__default.createElement(
|
|
246
246
|
'a',
|
|
247
|
-
{ href: row.href, target: '_blank' },
|
|
247
|
+
{ rel: 'noopener', href: row.href, target: '_blank' },
|
|
248
248
|
React__default.createElement('img', { style: { width: '100%', borderRadius: '0 0 0 10%', marginBottom: '20px', borderTop: '1px solid #EEE' }, src: row.thumbnail })
|
|
249
249
|
)
|
|
250
250
|
),
|
|
@@ -253,7 +253,7 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
253
253
|
{ xs: 9, sm: 8, md: 8, lg: 8, xl: 8, style: { paddingTop: '10px', marginBottom: '20px', borderTop: '1px solid #EEE' } },
|
|
254
254
|
React__default.createElement(
|
|
255
255
|
'a',
|
|
256
|
-
{ href: row.href, target: '_blank' },
|
|
256
|
+
{ rel: 'noopener', href: row.href, target: '_blank' },
|
|
257
257
|
React__default.createElement('h4', { className: 'mb-1', style: { fontWeight: '500', fontSize: '22px' }, dangerouslySetInnerHTML: { __html: row.title } }),
|
|
258
258
|
React__default.createElement(
|
|
259
259
|
'p',
|
|
@@ -272,7 +272,7 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
272
272
|
{ xs: 9, sm: 8, lg: 8, xl: 8 },
|
|
273
273
|
React__default.createElement(
|
|
274
274
|
'a',
|
|
275
|
-
{ href: row.href, target: '_blank' },
|
|
275
|
+
{ rel: 'noopener', href: row.href, target: '_blank' },
|
|
276
276
|
React__default.createElement('h4', { className: 'mb-1', style: { fontWeight: '500', fontSize: '22px' }, dangerouslySetInnerHTML: { __html: row.title } }),
|
|
277
277
|
React__default.createElement(
|
|
278
278
|
'p',
|
|
@@ -287,7 +287,7 @@ var CMEDeck = function CMEDeck(_ref) {
|
|
|
287
287
|
{ xs: 3, sm: 4, lg: 4, xl: 4 },
|
|
288
288
|
React__default.createElement(
|
|
289
289
|
'a',
|
|
290
|
-
{ href: row.href, target: '_blank' },
|
|
290
|
+
{ rel: 'noopener', href: row.href, target: '_blank' },
|
|
291
291
|
React__default.createElement('img', { style: { width: '100%', borderRadius: '0 0 10% 0' }, src: row.thumbnail && urlFor(row.thumbnail.asset).url() })
|
|
292
292
|
)
|
|
293
293
|
)
|
package/dist/esm/Column2.js
CHANGED
|
@@ -3,6 +3,7 @@ import './_to-object-b01e8612.js';
|
|
|
3
3
|
import './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
5
|
import './_iter-detect-70af34ea.js';
|
|
6
|
+
import './define-property-99e9c0ad.js';
|
|
6
7
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
8
|
import React__default from 'react';
|
|
8
9
|
import 'prop-types';
|
|
@@ -16,6 +17,7 @@ import './beam-c40d77ae.js';
|
|
|
16
17
|
import './_arrayMap-818441dd.js';
|
|
17
18
|
import './get-58d2f7cc.js';
|
|
18
19
|
import './react-social-icons-a7d5c5c7.js';
|
|
20
|
+
import './defineProperty-fa14766d.js';
|
|
19
21
|
import SideFooter from './SideFooter.js';
|
|
20
22
|
import { C as ConferenceBanner } from './ConferenceBanner-8792ebd2.js';
|
|
21
23
|
|
package/dist/esm/Column3.js
CHANGED
|
@@ -3,6 +3,7 @@ import './_to-object-b01e8612.js';
|
|
|
3
3
|
import './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
5
|
import './_iter-detect-70af34ea.js';
|
|
6
|
+
import './define-property-99e9c0ad.js';
|
|
6
7
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
8
|
import React__default, { useRef, useEffect } from 'react';
|
|
8
9
|
import './index-93ec3c59.js';
|
|
@@ -22,6 +23,7 @@ import './_arrayMap-818441dd.js';
|
|
|
22
23
|
import './get-58d2f7cc.js';
|
|
23
24
|
import './react-social-icons-a7d5c5c7.js';
|
|
24
25
|
import 'react-bootstrap';
|
|
26
|
+
import './defineProperty-fa14766d.js';
|
|
25
27
|
import SideFooter from './SideFooter.js';
|
|
26
28
|
import { C as ConferenceBanner } from './ConferenceBanner-8792ebd2.js';
|
|
27
29
|
import ADSponsoredResources from './ADSponsoredResources.js';
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
10
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
10
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
package/dist/esm/EventsDeck.js
CHANGED
|
@@ -192,7 +192,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
192
192
|
var renderRegisterButton = function renderRegisterButton(links) {
|
|
193
193
|
return React__default.createElement(
|
|
194
194
|
'a',
|
|
195
|
-
{ href: links.summary.href || '#', target: '_blank' },
|
|
195
|
+
{ rel: 'noopener', href: links.summary.href || '#', target: '_blank' },
|
|
196
196
|
React__default.createElement(
|
|
197
197
|
Button,
|
|
198
198
|
{ size: 'sm', className: 'registration-button', style: { borderRadius: '8px' } },
|
|
@@ -203,7 +203,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
203
203
|
var renderLearnMoreButton = function renderLearnMoreButton(links) {
|
|
204
204
|
return React__default.createElement(
|
|
205
205
|
'a',
|
|
206
|
-
{ href: links.summary.href || '#', target: '_blank' },
|
|
206
|
+
{ rel: 'noopener', href: links.summary.href || '#', target: '_blank' },
|
|
207
207
|
React__default.createElement(
|
|
208
208
|
Button,
|
|
209
209
|
{ size: 'sm', className: 'registration-button', style: { borderRadius: '8px' } },
|
|
@@ -7,7 +7,8 @@ import './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import './inherits-
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -37,7 +38,7 @@ import './GroupDeck.js';
|
|
|
37
38
|
import 'react-bootstrap';
|
|
38
39
|
import Button from 'react-bootstrap/Button';
|
|
39
40
|
import { m as momentTimezone } from './index-d2f90501.js';
|
|
40
|
-
import { g as getSerializers } from './index-
|
|
41
|
+
import { g as getSerializers } from './index-f191d6d0.js';
|
|
41
42
|
import './util-7700fc59.js';
|
|
42
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
43
44
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
10
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -461,7 +462,7 @@ var GridContent = function (_React$Component) {
|
|
|
461
462
|
{ className: 'content-card', style: { flexDirection: index === 0 || index % 4 === 0 ? 'top' : 'row' } },
|
|
462
463
|
(row.thumbnail && row.thumbnail.asset || _this2.props.defaultImage) && React__default.createElement(
|
|
463
464
|
'a',
|
|
464
|
-
{ href: row.url.current, target: '_blank', className: index === 0 || index % 4 === 0 ? '' : 'card-image' },
|
|
465
|
+
{ rel: 'noopener', href: row.url.current, target: '_blank', className: index === 0 || index % 4 === 0 ? '' : 'card-image' },
|
|
465
466
|
React__default.createElement(
|
|
466
467
|
LazyLoad,
|
|
467
468
|
{ height: _this2.props.imageHeight },
|
|
@@ -477,7 +478,7 @@ var GridContent = function (_React$Component) {
|
|
|
477
478
|
null,
|
|
478
479
|
React__default.createElement(
|
|
479
480
|
'a',
|
|
480
|
-
{ href: row.url.current, target: '_blank' },
|
|
481
|
+
{ rel: 'noopener', href: row.url.current, target: '_blank' },
|
|
481
482
|
React__default.createElement(
|
|
482
483
|
Card.Title,
|
|
483
484
|
null,
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -232,7 +232,7 @@ var IssueDeck = function IssueDeck(props) {
|
|
|
232
232
|
),
|
|
233
233
|
row.pdf && row.pdf.asset && React__default.createElement(
|
|
234
234
|
'a',
|
|
235
|
-
{ href: row.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px' } },
|
|
235
|
+
{ rel: 'noopener', href: row.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px' } },
|
|
236
236
|
'Download Issue'
|
|
237
237
|
)
|
|
238
238
|
)
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
10
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -7,7 +7,8 @@ import './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import './inherits-
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -44,7 +45,7 @@ import './GroupDeck.js';
|
|
|
44
45
|
import 'react-bootstrap';
|
|
45
46
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
46
47
|
import 'react-bootstrap/Button';
|
|
47
|
-
import { g as getSerializers } from './index-
|
|
48
|
+
import { g as getSerializers } from './index-f191d6d0.js';
|
|
48
49
|
import './util-7700fc59.js';
|
|
49
50
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
50
51
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/PdfDownload.js
CHANGED
|
@@ -8,7 +8,7 @@ var PdfDownload = function PdfDownload(props) {
|
|
|
8
8
|
{ className: 'pdf-download', style: { textAlign: 'center', padding: '1rem 0', borderTop: '1px solid #eee', marginTop: '1rem' } },
|
|
9
9
|
React__default.createElement(
|
|
10
10
|
'a',
|
|
11
|
-
{ href: props.issueInfo.asset.url, target: '_blank' },
|
|
11
|
+
{ rel: 'noopener', href: props.issueInfo.asset.url, target: '_blank' },
|
|
12
12
|
React__default.createElement(MdPictureAsPdf, { style: { fontSize: '65px', color: '#ff0000' } }),
|
|
13
13
|
React__default.createElement(
|
|
14
14
|
'span',
|
|
@@ -525,7 +525,7 @@ var PublicationLanding = function PublicationLanding(props) {
|
|
|
525
525
|
),
|
|
526
526
|
issue.pdf && issue.pdf.asset && issue.pdf.asset.url && React__default.createElement(
|
|
527
527
|
'a',
|
|
528
|
-
{ href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
|
|
528
|
+
{ rel: 'noopener', href: issue.pdf.asset.url, target: '_blank', className: 'btn btn-primary', style: { marginTop: '20px', marginLeft: '1rem' } },
|
|
529
529
|
'Download Issue'
|
|
530
530
|
)
|
|
531
531
|
)
|
|
@@ -272,7 +272,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
272
272
|
style: { flexDirection: 'column', marginBottom: '1.25rem', paddingBottom: '1.25rem', borderBottom: '1px solid #ddd' } },
|
|
273
273
|
(article.thumbnail && article.thumbnail.asset || defaultImage) && React__default.createElement(
|
|
274
274
|
'a',
|
|
275
|
-
{ href: article.url.current, target: '_blank', className: 'feature-wrapper' },
|
|
275
|
+
{ rel: 'noopener', href: article.url.current, target: '_blank', className: 'feature-wrapper' },
|
|
276
276
|
React__default.createElement(
|
|
277
277
|
LazyLoad,
|
|
278
278
|
{ height: imageHeight, placeholder: React__default.createElement(ImagePlaceholder, null) },
|
|
@@ -293,7 +293,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
293
293
|
null,
|
|
294
294
|
React__default.createElement(
|
|
295
295
|
'a',
|
|
296
|
-
{ href: article.url.current, target: '_blank' },
|
|
296
|
+
{ rel: 'noopener', href: article.url.current, target: '_blank' },
|
|
297
297
|
article.title && React__default.createElement(
|
|
298
298
|
'h4',
|
|
299
299
|
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
|
@@ -666,7 +666,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
666
666
|
style: { flexDirection: 'column', marginBottom: '1.25rem', paddingBottom: '1.25rem', borderBottom: '1px solid #ddd' } },
|
|
667
667
|
(article.thumbnail && article.thumbnail.asset || defaultImage) && React__default.createElement(
|
|
668
668
|
'a',
|
|
669
|
-
{ href: article.url.current, target: '_blank', className: 'feature-wrapper' },
|
|
669
|
+
{ rel: 'noopener', href: article.url.current, target: '_blank', className: 'feature-wrapper' },
|
|
670
670
|
React__default.createElement(
|
|
671
671
|
LazyLoad,
|
|
672
672
|
{ height: imageHeight, placeholder: React__default.createElement(ImagePlaceholder, null) },
|
|
@@ -687,7 +687,7 @@ var cardLoader = function cardLoader(data, builder, mapping, values, seoPaginate
|
|
|
687
687
|
null,
|
|
688
688
|
React__default.createElement(
|
|
689
689
|
'a',
|
|
690
|
-
{ href: article.url.current, target: '_blank' },
|
|
690
|
+
{ rel: 'noopener', href: article.url.current, target: '_blank' },
|
|
691
691
|
article.title && React__default.createElement(
|
|
692
692
|
'h4',
|
|
693
693
|
{ className: 'card-title', style: { fontWeight: '500', color: 'var(--gray-dark)', marginBottom: '.5rem' } },
|
package/dist/esm/SideFooter.js
CHANGED
|
@@ -3,6 +3,7 @@ import './_to-object-b01e8612.js';
|
|
|
3
3
|
import './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
5
|
import './_iter-detect-70af34ea.js';
|
|
6
|
+
import './define-property-99e9c0ad.js';
|
|
6
7
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
8
|
import React__default, { useRef, useEffect } from 'react';
|
|
8
9
|
import 'prop-types';
|
|
@@ -14,6 +15,7 @@ import { S as Segment } from './beam-c40d77ae.js';
|
|
|
14
15
|
import './_arrayMap-818441dd.js';
|
|
15
16
|
import { g as get_1 } from './get-58d2f7cc.js';
|
|
16
17
|
import { r as reactSocialIcons_1 } from './react-social-icons-a7d5c5c7.js';
|
|
18
|
+
import { _ as _defineProperty } from './defineProperty-fa14766d.js';
|
|
17
19
|
|
|
18
20
|
var year = new Date().getFullYear();
|
|
19
21
|
|
|
@@ -21,7 +23,7 @@ var renderLink = function renderLink(row) {
|
|
|
21
23
|
if (row.blank) {
|
|
22
24
|
return React__default.createElement(
|
|
23
25
|
'a',
|
|
24
|
-
{ href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '', target: '_blank', rel
|
|
26
|
+
_defineProperty({ rel: 'noopener', href: row.url, needsegmentsupport: row.needSegmentSupport ? 'true' : '', target: '_blank' }, 'rel', 'noopener noreferrer'),
|
|
25
27
|
row.title
|
|
26
28
|
);
|
|
27
29
|
}
|
|
@@ -3,6 +3,7 @@ import './_to-object-b01e8612.js';
|
|
|
3
3
|
import './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
5
5
|
import './_iter-detect-70af34ea.js';
|
|
6
|
+
import './define-property-99e9c0ad.js';
|
|
6
7
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
8
|
import React__default, { useState, useEffect } from 'react';
|
|
8
9
|
import './index-93ec3c59.js';
|
|
@@ -28,6 +29,7 @@ import './iconBase-602d52fe.js';
|
|
|
28
29
|
import './index.esm-4b1d94b7.js';
|
|
29
30
|
import 'react-bootstrap/Button';
|
|
30
31
|
import { Column1 } from './Column1.js';
|
|
32
|
+
import './defineProperty-fa14766d.js';
|
|
31
33
|
import './SideFooter.js';
|
|
32
34
|
import './ConferenceBanner-8792ebd2.js';
|
|
33
35
|
import { Column2 } from './Column2.js';
|
|
@@ -5,7 +5,8 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_object-pie-33c40e79.js';
|
|
6
6
|
import { _ as _extends } from './extends-229166d5.js';
|
|
7
7
|
import './_object-sap-4793c75a.js';
|
|
8
|
-
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-
|
|
8
|
+
import { _ as _inherits, a as _classCallCheck, b as _possibleConstructorReturn, c as _Object$getPrototypeOf, d as _createClass } from './inherits-a15d91fe.js';
|
|
9
|
+
import './define-property-99e9c0ad.js';
|
|
9
10
|
import './web.dom.iterable-5c830d3d.js';
|
|
10
11
|
import './typeof-f11fd438.js';
|
|
11
12
|
import './_is-array-ced12663.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import './_to-object-b01e8612.js';
|
|
3
3
|
import './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import './_library-528f1934.js';
|
|
@@ -7,7 +7,8 @@ import { _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import { _ as _extends, a as _Object$assign } from './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import { _ as _typeof } from './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -37,10 +38,11 @@ import './smoothscroll-4b699764.js';
|
|
|
37
38
|
import './GroupDeck.js';
|
|
38
39
|
import 'react-bootstrap';
|
|
39
40
|
import Button from 'react-bootstrap/Button';
|
|
40
|
-
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-
|
|
41
|
+
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-f191d6d0.js';
|
|
41
42
|
import './util-7700fc59.js';
|
|
42
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
43
44
|
import 'react-bootstrap/Pagination';
|
|
45
|
+
import { _ as _defineProperty } from './defineProperty-fa14766d.js';
|
|
44
46
|
import Head from 'next/head';
|
|
45
47
|
import 'react-share';
|
|
46
48
|
import SocialShare from './SocialShare.js';
|
|
@@ -922,7 +924,7 @@ var Article = function Article(props) {
|
|
|
922
924
|
),
|
|
923
925
|
issue && issue.url && React__default.createElement(
|
|
924
926
|
'a',
|
|
925
|
-
{ href: issue.url, target: '_blank', title: 'Download issue' },
|
|
927
|
+
{ rel: 'noopener', href: issue.url, target: '_blank', title: 'Download issue' },
|
|
926
928
|
React__default.createElement('img', { style: { margin: '1rem', maxHeight: '40px', maxWidth: '40px' }, src: '/download.png', alt: 'download issue' }),
|
|
927
929
|
'Download Issue : ',
|
|
928
930
|
issue.name
|
|
@@ -981,34 +983,6 @@ var Article = function Article(props) {
|
|
|
981
983
|
}
|
|
982
984
|
};
|
|
983
985
|
|
|
984
|
-
var defineProperty = createCommonjsModule(function (module, exports) {
|
|
985
|
-
|
|
986
|
-
exports.__esModule = true;
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
var _defineProperty2 = _interopRequireDefault(defineProperty$1);
|
|
991
|
-
|
|
992
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
993
|
-
|
|
994
|
-
exports.default = function (obj, key, value) {
|
|
995
|
-
if (key in obj) {
|
|
996
|
-
(0, _defineProperty2.default)(obj, key, {
|
|
997
|
-
value: value,
|
|
998
|
-
enumerable: true,
|
|
999
|
-
configurable: true,
|
|
1000
|
-
writable: true
|
|
1001
|
-
});
|
|
1002
|
-
} else {
|
|
1003
|
-
obj[key] = value;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
return obj;
|
|
1007
|
-
};
|
|
1008
|
-
});
|
|
1009
|
-
|
|
1010
|
-
var _defineProperty = unwrapExports(defineProperty);
|
|
1011
|
-
|
|
1012
986
|
var _this = undefined;
|
|
1013
987
|
|
|
1014
988
|
var ArticleQueue = function ArticleQueue(props) {
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import { j as _export, c as _objectDp, b as _descriptors, l as _core } from './_to-object-b01e8612.js';
|
|
3
|
+
|
|
4
|
+
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
|
|
5
|
+
_export(_export.S + _export.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
|
|
6
|
+
|
|
7
|
+
var $Object = _core.Object;
|
|
8
|
+
var defineProperty = function defineProperty(it, key, desc) {
|
|
9
|
+
return $Object.defineProperty(it, key, desc);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
var defineProperty$1 = createCommonjsModule(function (module) {
|
|
13
|
+
module.exports = { "default": defineProperty, __esModule: true };
|
|
14
|
+
});
|
|
15
|
+
|
|
16
|
+
unwrapExports(defineProperty$1);
|
|
17
|
+
|
|
18
|
+
export { defineProperty$1 as d };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import { d as defineProperty$1 } from './define-property-99e9c0ad.js';
|
|
3
|
+
|
|
4
|
+
var defineProperty = createCommonjsModule(function (module, exports) {
|
|
5
|
+
|
|
6
|
+
exports.__esModule = true;
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(defineProperty$1);
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
13
|
+
|
|
14
|
+
exports.default = function (obj, key, value) {
|
|
15
|
+
if (key in obj) {
|
|
16
|
+
(0, _defineProperty2.default)(obj, key, {
|
|
17
|
+
value: value,
|
|
18
|
+
enumerable: true,
|
|
19
|
+
configurable: true,
|
|
20
|
+
writable: true
|
|
21
|
+
});
|
|
22
|
+
} else {
|
|
23
|
+
obj[key] = value;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
return obj;
|
|
27
|
+
};
|
|
28
|
+
});
|
|
29
|
+
|
|
30
|
+
var _defineProperty = unwrapExports(defineProperty);
|
|
31
|
+
|
|
32
|
+
export { _defineProperty as _ };
|
|
@@ -7,7 +7,8 @@ import './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import './inherits-
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -36,7 +37,7 @@ import './smoothscroll-4b699764.js';
|
|
|
36
37
|
import './GroupDeck.js';
|
|
37
38
|
import 'react-bootstrap';
|
|
38
39
|
import 'react-bootstrap/Button';
|
|
39
|
-
export { g as default } from './index-
|
|
40
|
+
export { g as default } from './index-f191d6d0.js';
|
|
40
41
|
import './util-7700fc59.js';
|
|
41
42
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
42
43
|
import 'react-bootstrap/Pagination';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
2
|
import { a as _Array$from, _ as _toConsumableArray } from './toConsumableArray-2efd7c98.js';
|
|
3
3
|
import { _ as _extends } from './extends-229166d5.js';
|
|
4
|
-
import { _ as _inherits$1, a as _classCallCheck$1, b as _possibleConstructorReturn$1, c as _Object$getPrototypeOf, d as _createClass$1 } from './inherits-
|
|
4
|
+
import { _ as _inherits$1, a as _classCallCheck$1, b as _possibleConstructorReturn$1, c as _Object$getPrototypeOf, d as _createClass$1 } from './inherits-a15d91fe.js';
|
|
5
5
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
6
6
|
import { l as lib_3 } from './index-93ec3c59.js';
|
|
7
7
|
import PropTypes from 'prop-types';
|
package/dist/esm/index.js
CHANGED
|
@@ -7,7 +7,8 @@ import './toConsumableArray-2efd7c98.js';
|
|
|
7
7
|
import './_object-pie-33c40e79.js';
|
|
8
8
|
import './extends-229166d5.js';
|
|
9
9
|
import './_object-sap-4793c75a.js';
|
|
10
|
-
import './inherits-
|
|
10
|
+
import './inherits-a15d91fe.js';
|
|
11
|
+
import './define-property-99e9c0ad.js';
|
|
11
12
|
import './web.dom.iterable-5c830d3d.js';
|
|
12
13
|
import './typeof-f11fd438.js';
|
|
13
14
|
import './_is-array-ced12663.js';
|
|
@@ -70,12 +71,13 @@ import './index-d2f90501.js';
|
|
|
70
71
|
import './js.cookie-6874175c.js';
|
|
71
72
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
72
73
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
73
|
-
export { g as getSerializers } from './index-
|
|
74
|
+
export { g as getSerializers } from './index-f191d6d0.js';
|
|
74
75
|
import './util-7700fc59.js';
|
|
75
76
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
76
77
|
import 'react-bootstrap/Pagination';
|
|
77
78
|
export { default as ExternalResources } from './ExternalResources.js';
|
|
78
79
|
export { Column1 } from './Column1.js';
|
|
80
|
+
import './defineProperty-fa14766d.js';
|
|
79
81
|
export { default as SideFooter } from './SideFooter.js';
|
|
80
82
|
import './ConferenceBanner-8792ebd2.js';
|
|
81
83
|
export { Column2 } from './Column2.js';
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { c as createCommonjsModule, u as unwrapExports } from './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
-
import { d as _toObject, l as _core,
|
|
2
|
+
import { d as _toObject, l as _core, a as _ctx, m as _anObject, _ as _isObject, j as _export } from './_to-object-b01e8612.js';
|
|
3
3
|
import { e as _objectGpo, _ as _objectCreate } from './core.get-iterator-method-66cf57ee.js';
|
|
4
4
|
import { _ as _objectSap } from './_object-sap-4793c75a.js';
|
|
5
|
+
import { d as defineProperty } from './define-property-99e9c0ad.js';
|
|
5
6
|
import { a as _typeof_1, b as _objectGopd } from './typeof-f11fd438.js';
|
|
6
7
|
|
|
7
8
|
// 19.1.2.9 Object.getPrototypeOf(O)
|
|
@@ -35,27 +36,13 @@ exports.default = function (instance, Constructor) {
|
|
|
35
36
|
|
|
36
37
|
var _classCallCheck = unwrapExports(classCallCheck);
|
|
37
38
|
|
|
38
|
-
// 19.1.2.4 / 15.2.3.6 Object.defineProperty(O, P, Attributes)
|
|
39
|
-
_export(_export.S + _export.F * !_descriptors, 'Object', { defineProperty: _objectDp.f });
|
|
40
|
-
|
|
41
|
-
var $Object = _core.Object;
|
|
42
|
-
var defineProperty = function defineProperty(it, key, desc) {
|
|
43
|
-
return $Object.defineProperty(it, key, desc);
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
var defineProperty$1 = createCommonjsModule(function (module) {
|
|
47
|
-
module.exports = { "default": defineProperty, __esModule: true };
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
unwrapExports(defineProperty$1);
|
|
51
|
-
|
|
52
39
|
var createClass = createCommonjsModule(function (module, exports) {
|
|
53
40
|
|
|
54
41
|
exports.__esModule = true;
|
|
55
42
|
|
|
56
43
|
|
|
57
44
|
|
|
58
|
-
var _defineProperty2 = _interopRequireDefault(defineProperty
|
|
45
|
+
var _defineProperty2 = _interopRequireDefault(defineProperty);
|
|
59
46
|
|
|
60
47
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
61
48
|
|
|
@@ -142,9 +129,9 @@ unwrapExports(setPrototypeOf$1);
|
|
|
142
129
|
// 19.1.2.2 / 15.2.3.5 Object.create(O [, Properties])
|
|
143
130
|
_export(_export.S, 'Object', { create: _objectCreate });
|
|
144
131
|
|
|
145
|
-
var $Object
|
|
132
|
+
var $Object = _core.Object;
|
|
146
133
|
var create = function create(P, D) {
|
|
147
|
-
return $Object
|
|
134
|
+
return $Object.create(P, D);
|
|
148
135
|
};
|
|
149
136
|
|
|
150
137
|
var create$1 = createCommonjsModule(function (module) {
|
|
@@ -190,4 +177,4 @@ exports.default = function (subClass, superClass) {
|
|
|
190
177
|
|
|
191
178
|
var _inherits = unwrapExports(inherits);
|
|
192
179
|
|
|
193
|
-
export { _inherits as _, _classCallCheck as a, _possibleConstructorReturn as b, _Object$getPrototypeOf as c, _createClass as d
|
|
180
|
+
export { _inherits as _, _classCallCheck as a, _possibleConstructorReturn as b, _Object$getPrototypeOf as c, _createClass as d };
|