@mjhls/mjh-framework 1.0.337 → 1.0.339

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/{ADInfeed-b042a194.js → ADInfeed-43996091.js} +10 -1
  3. package/dist/cjs/DeckContent.js +4 -4
  4. package/dist/cjs/DeckQueue.js +3 -3
  5. package/dist/cjs/{Dfp-9ede68c7.js → Dfp-e77be4e4.js} +1 -1
  6. package/dist/cjs/{GridContent-9f212ec5.js → GridContent-7a85d904.js} +8 -8
  7. package/dist/cjs/GridContent.js +4 -4
  8. package/dist/cjs/GroupDeck.js +0 -1
  9. package/dist/cjs/IssueContentDeck.js +168 -44
  10. package/dist/cjs/IssueDeck.js +0 -1
  11. package/dist/cjs/MasterDeck.js +2 -2
  12. package/dist/cjs/{Normal-b3782788.js → Normal-0d1211d3.js} +0 -1
  13. package/dist/cjs/PublicationDeck.js +0 -1
  14. package/dist/cjs/QueueDeckExpanded.js +6 -6
  15. package/dist/cjs/{TaxonomyCard-e36602e8.js → TaxonomyCard-cd4b4668.js} +0 -3
  16. package/dist/cjs/TaxonomyCard.js +1 -1
  17. package/dist/cjs/TemplateNormal.js +1 -2
  18. package/dist/cjs/VideoSeriesListing.js +2 -2
  19. package/dist/cjs/YoutubeGroup.js +0 -1
  20. package/dist/cjs/index.js +24 -28
  21. package/dist/cjs/{visibility-sensor-c2ccc22d.js → moment-66a6a284.js} +0 -1012
  22. package/dist/cjs/visibility-sensor-43e0b37c.js +1016 -0
  23. package/dist/esm/{ADInfeed-aadcfc25.js → ADInfeed-ca26fca6.js} +10 -1
  24. package/dist/esm/DeckContent.js +3 -3
  25. package/dist/esm/DeckQueue.js +2 -2
  26. package/dist/esm/{Dfp-9293acfb.js → Dfp-7c317aa4.js} +1 -1
  27. package/dist/esm/{GridContent-13be42a1.js → GridContent-e2b1de22.js} +4 -4
  28. package/dist/esm/GridContent.js +4 -4
  29. package/dist/esm/GroupDeck.js +0 -1
  30. package/dist/esm/IssueContentDeck.js +168 -44
  31. package/dist/esm/IssueDeck.js +0 -1
  32. package/dist/esm/MasterDeck.js +2 -2
  33. package/dist/esm/{Normal-e07e4324.js → Normal-fd393897.js} +0 -1
  34. package/dist/esm/PublicationDeck.js +0 -1
  35. package/dist/esm/QueueDeckExpanded.js +3 -3
  36. package/dist/esm/{TaxonomyCard-89325080.js → TaxonomyCard-c17e6d28.js} +0 -3
  37. package/dist/esm/TaxonomyCard.js +1 -1
  38. package/dist/esm/TemplateNormal.js +1 -2
  39. package/dist/esm/VideoSeriesListing.js +2 -2
  40. package/dist/esm/YoutubeGroup.js +0 -1
  41. package/dist/esm/index.js +11 -15
  42. package/dist/esm/{visibility-sensor-3cea5efb.js → moment-12415288.js} +2 -1009
  43. package/dist/esm/visibility-sensor-49d5805d.js +1010 -0
  44. package/package.json +1 -1
@@ -36,7 +36,16 @@ var ADInfeed = function ADInfeed(_ref) {
36
36
  React__default.createElement(
37
37
  Card,
38
38
  { className: 'ad-wrapper', style: { display: 'block !important', flexDirection: index === 0 || index % 4 === 0 ? 'top' : 'row' } },
39
- React__default.createElement(DFPAdSlot, { className: className, networkID: networkID, adUnit: adUnit, slotId: slotId, targeting: targeting, sizes: sizes, checkIsAdFound: checkIsAdFound })
39
+ React__default.createElement(DFPAdSlot, {
40
+ className: className,
41
+ networkID: networkID,
42
+ adUnit: adUnit,
43
+ slotId: slotId,
44
+ targeting: targeting,
45
+ sizes: sizes,
46
+ checkIsAdFound: checkIsAdFound,
47
+ refreshFlag: false
48
+ })
40
49
  ),
41
50
  React__default.createElement(
42
51
  'style',
@@ -12,9 +12,9 @@ import Container from 'react-bootstrap/Container';
12
12
  import Row from 'react-bootstrap/Row';
13
13
  import Col from 'react-bootstrap/Col';
14
14
  import Card from 'react-bootstrap/Card';
15
- import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
16
- import 'next/link';
15
+ import { m as moment } from './moment-12415288.js';
17
16
  import { withRouter } from 'next/router';
17
+ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
18
18
  import 'react-dom';
19
19
  import { i as imageUrlBuilder } from './index-51a80699.js';
20
20
  import { L as LazyLoad } from './index-5f9f807a.js';
@@ -22,7 +22,7 @@ import { c as clean_html_1 } from './entities-7cc3bf45.js';
22
22
  import './slicedToArray-a47a84a4.js';
23
23
  import './AdSlot-8946358f.js';
24
24
  import './promise-86cb8313.js';
25
- import { A as ADInfeed } from './ADInfeed-aadcfc25.js';
25
+ import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
26
26
 
27
27
  var DeckContent = function (_React$Component) {
28
28
  _inherits(DeckContent, _React$Component);
@@ -12,9 +12,9 @@ import Container from 'react-bootstrap/Container';
12
12
  import Row from 'react-bootstrap/Row';
13
13
  import Col from 'react-bootstrap/Col';
14
14
  import Card from 'react-bootstrap/Card';
15
- import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
16
- import 'next/link';
15
+ import { m as moment } from './moment-12415288.js';
17
16
  import { withRouter } from 'next/router';
17
+ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
18
18
  import 'react-dom';
19
19
  import { i as imageUrlBuilder } from './index-51a80699.js';
20
20
  import { L as LazyLoad } from './index-5f9f807a.js';
@@ -4,7 +4,7 @@ import './web.dom.iterable-7e9bebf9.js';
4
4
  import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-702eb224.js';
5
5
  import React__default, { useState } from 'react';
6
6
  import PropTypes from 'prop-types';
7
- import { V as VisibilitySensor } from './visibility-sensor-3cea5efb.js';
7
+ import { V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
8
8
  import 'react-dom';
9
9
  import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
10
10
 
@@ -8,17 +8,17 @@ import Container from 'react-bootstrap/Container';
8
8
  import Row from 'react-bootstrap/Row';
9
9
  import Col from 'react-bootstrap/Col';
10
10
  import Card from 'react-bootstrap/Card';
11
- import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
12
- import 'next/link';
11
+ import { m as moment } from './moment-12415288.js';
13
12
  import { withRouter } from 'next/router';
13
+ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
14
14
  import { i as imageUrlBuilder } from './index-51a80699.js';
15
15
  import { L as LazyLoad } from './index-5f9f807a.js';
16
16
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
17
- import { A as ADInfeed } from './ADInfeed-aadcfc25.js';
17
+ import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
18
18
  import { g as get_1 } from './get-36d03764.js';
19
19
 
20
20
  var Dfp = React__default.lazy(function () {
21
- return import('./Dfp-9293acfb.js');
21
+ return import('./Dfp-7c317aa4.js');
22
22
  });
23
23
 
24
24
  var AD = function AD(props) {
@@ -12,9 +12,9 @@ import 'react-bootstrap/Container';
12
12
  import 'react-bootstrap/Row';
13
13
  import 'react-bootstrap/Col';
14
14
  import 'react-bootstrap/Card';
15
- import './visibility-sensor-3cea5efb.js';
16
- import 'next/link';
15
+ import './moment-12415288.js';
17
16
  import 'next/router';
17
+ import './visibility-sensor-49d5805d.js';
18
18
  import 'react-dom';
19
19
  import './index-51a80699.js';
20
20
  import './index-5f9f807a.js';
@@ -22,6 +22,6 @@ import './entities-7cc3bf45.js';
22
22
  import './slicedToArray-a47a84a4.js';
23
23
  import './AdSlot-8946358f.js';
24
24
  import './promise-86cb8313.js';
25
- import './ADInfeed-aadcfc25.js';
25
+ import './ADInfeed-ca26fca6.js';
26
26
  import './get-36d03764.js';
27
- export { G as default } from './GridContent-13be42a1.js';
27
+ export { G as default } from './GridContent-e2b1de22.js';
@@ -3,7 +3,6 @@ import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-7e9bebf9.js';
4
4
  import React__default, { useRef, useState, useEffect } from 'react';
5
5
  import 'prop-types';
6
- import 'next/link';
7
6
  import 'react-dom';
8
7
  import { L as LazyLoad } from './index-5f9f807a.js';
9
8
  import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
@@ -4,71 +4,195 @@ import 'prop-types';
4
4
  import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
- import 'next/link';
7
+ import { m as moment } from './moment-12415288.js';
8
8
  import 'react-dom';
9
9
  import { i as imageUrlBuilder } from './index-51a80699.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Badge from 'react-bootstrap/Badge';
12
12
 
13
- var IssueContentDeck = function IssueContentDeck(props) {
14
- var data = props.data,
13
+ var urlFor = function urlFor(source, client) {
14
+ var builder = imageUrlBuilder(client);
15
+ return builder.image(source).auto('format');
16
+ };
17
+
18
+ var renderCardImage = function renderCardImage(props) {
19
+ var coverImage = props.coverImage,
15
20
  imageHeight = props.imageHeight,
16
21
  imageWidth = props.imageWidth,
17
- Website = props.Website,
18
- client = props.client;
19
-
22
+ client = props.client,
23
+ Settings = props.Settings;
20
24
 
21
- var urlFor = function urlFor(source) {
22
- var builder = imageUrlBuilder(client);
23
- return builder.image(source).auto('format');
24
- };
25
+ if (coverImage && coverImage.asset) {
26
+ var url = urlFor(coverImage, client);
27
+ if (imageHeight) url = url.height(imageHeight);
28
+ if (imageWidth) url = url.width(imageWidth);
29
+ return url.url();
30
+ } else {
31
+ return Settings.logo;
32
+ }
33
+ };
25
34
 
26
- var renderCardImage = function renderCardImage(thumbnail) {
27
- if (thumbnail && thumbnail.asset) {
28
- var url = urlFor(thumbnail);
29
- if (imageHeight) url = url.height(imageHeight);
30
- if (imageWidth) url = url.width(imageWidth);
31
- return url.url();
32
- } else {
33
- return Website.logo;
34
- }
35
- };
35
+ var PublicationDeckStack = function PublicationDeckStack(props) {
36
+ var title = props.title,
37
+ coverImage = props.coverImage,
38
+ link = props.link,
39
+ published = props.published,
40
+ author = props.author,
41
+ summary = props.summary,
42
+ section = props.section,
43
+ imageHeight = props.imageHeight,
44
+ imageWidth = props.imageWidth,
45
+ client = props.client,
46
+ Settings = props.Settings,
47
+ key = props.key;
36
48
 
37
49
  return React__default.createElement(
38
- Row,
39
- null,
40
- data && data.length ? data.map(function (row, index) {
41
- return row.url && row.url.current && React__default.createElement(
42
- Col,
43
- { md: 12, lg: 6, style: { display: 'flex', flex: '1 0 auto' }, key: index },
50
+ Col,
51
+ { md: 12, lg: 12, style: { display: 'flex', flex: '1 0 auto' }, key: key },
52
+ React__default.createElement(
53
+ Card,
54
+ { style: { boxShadow: 'none', borderBottom: '1px solid #aaa', paddingBottom: '1rem' } },
55
+ React__default.createElement(
56
+ 'a',
57
+ { href: '/view/' + link },
58
+ coverImage && React__default.createElement(
59
+ LazyLoad,
60
+ { height: imageHeight },
61
+ React__default.createElement(Card.Img, {
62
+ variant: 'right',
63
+ src: renderCardImage({ coverImage: coverImage, imageHeight: imageHeight, imageWidth: imageWidth, client: client, Settings: Settings }),
64
+ alt: title,
65
+ style: { width: '170px', height: 'auto', objectFit: 'contain', padding: '1rem', float: 'left', marginTop: '1rem', paddingBottom: '1rem' }
66
+ })
67
+ ),
44
68
  React__default.createElement(
45
- Card,
69
+ Card.Body,
46
70
  null,
71
+ section ? React__default.createElement(
72
+ Badge,
73
+ { variant: 'success' },
74
+ section.name
75
+ ) : '',
47
76
  React__default.createElement(
48
- 'a',
49
- { href: '/view/' + row.url.current },
50
- row.thumbnail && React__default.createElement(
51
- LazyLoad,
52
- { height: imageHeight },
53
- React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.title })
54
- ),
77
+ Card.Title,
78
+ { style: { color: '#121212', fontSize: '1.1rem' } },
55
79
  React__default.createElement(
56
- Card.Body,
80
+ 'span',
57
81
  null,
58
- row.issueSection && row.issueSection.name ? React__default.createElement(
59
- Badge,
60
- { variant: 'success' },
61
- row.issueSection && row.issueSection.name.name
62
- ) : '',
82
+ title
83
+ ),
84
+ React__default.createElement('br', null),
85
+ React__default.createElement(
86
+ 'div',
87
+ { style: { float: 'left', marginTop: '10px' } },
63
88
  React__default.createElement(
64
- Card.Title,
65
- null,
66
- row.title
89
+ 'p',
90
+ { style: { color: '#484848', fontSize: '.9rem', fontWeight: '600' }, className: 'mb-0' },
91
+ moment(published).format('MMMM DD, YYYY ')
92
+ ),
93
+ author.length > 0 && React__default.createElement(
94
+ 'p',
95
+ { style: { color: '#484848', fontSize: '.9rem', fontWeight: '600' }, className: 'mb-0' },
96
+ 'By ',
97
+ author
67
98
  )
68
99
  )
100
+ ),
101
+ React__default.createElement(
102
+ 'p',
103
+ { style: { float: 'left' } },
104
+ summary
105
+ )
106
+ )
107
+ )
108
+ )
109
+ );
110
+ };
111
+
112
+ var PublicationDeckBlock = function PublicationDeckBlock(props) {
113
+ var title = props.title,
114
+ coverImage = props.coverImage,
115
+ link = props.link,
116
+ section = props.section,
117
+ imageHeight = props.imageHeight,
118
+ imageWidth = props.imageWidth,
119
+ client = props.client,
120
+ Settings = props.Settings,
121
+ key = props.key;
122
+
123
+ return React__default.createElement(
124
+ Col,
125
+ { md: 12, lg: 6, style: { display: 'flex', flex: '1 0 auto' }, key: key },
126
+ React__default.createElement(
127
+ Card,
128
+ null,
129
+ React__default.createElement(
130
+ 'a',
131
+ { href: '/view/' + link },
132
+ coverImage && React__default.createElement(
133
+ LazyLoad,
134
+ { height: imageHeight },
135
+ React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage({ coverImage: coverImage, imageHeight: imageHeight, imageWidth: imageWidth, client: client, Settings: Settings }), alt: title })
136
+ ),
137
+ React__default.createElement(
138
+ Card.Body,
139
+ null,
140
+ section && section.name ? React__default.createElement(
141
+ Badge,
142
+ { variant: 'success' },
143
+ section && section.name
144
+ ) : '',
145
+ React__default.createElement(
146
+ Card.Title,
147
+ null,
148
+ title
69
149
  )
70
150
  )
71
- );
151
+ )
152
+ )
153
+ );
154
+ };
155
+
156
+ var IssueContentDeck = function IssueContentDeck(props) {
157
+ var data = props.data,
158
+ imageHeight = props.imageHeight,
159
+ imageWidth = props.imageWidth,
160
+ website = props.website,
161
+ client = props.client,
162
+ _props$variant = props.variant,
163
+ variant = _props$variant === undefined ? 'block' : _props$variant;
164
+
165
+ return React__default.createElement(
166
+ Row,
167
+ null,
168
+ data && data.length ? data.map(function (row, index) {
169
+ if (variant === 'stack') {
170
+ return row.url && row.url.current && React__default.createElement(PublicationDeckStack, {
171
+ key: index,
172
+ title: row.title,
173
+ coverImage: row.thumbnail,
174
+ link: row.url.current,
175
+ section: row.issueSection,
176
+ Settings: website,
177
+ imageHeight: imageHeight,
178
+ imageWidth: imageWidth,
179
+ client: client,
180
+ published: row.published,
181
+ author: row.authorMapping.displayName || '',
182
+ summary: row.summary
183
+ });
184
+ }
185
+ return React__default.createElement(PublicationDeckBlock, {
186
+ key: index,
187
+ title: row.title,
188
+ coverImage: row.thumbnail,
189
+ link: row.url.current,
190
+ section: row.issueSection,
191
+ Settings: website,
192
+ imageHeight: imageHeight,
193
+ imageWidth: imageWidth,
194
+ client: client
195
+ });
72
196
  }) : React__default.createElement(
73
197
  'div',
74
198
  null,
@@ -4,7 +4,6 @@ import 'prop-types';
4
4
  import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
- import 'next/link';
8
7
  import 'react-dom';
9
8
  import { i as imageUrlBuilder } from './index-51a80699.js';
10
9
  import { L as LazyLoad } from './index-5f9f807a.js';
@@ -12,9 +12,9 @@ import Container from 'react-bootstrap/Container';
12
12
  import 'react-bootstrap/Row';
13
13
  import 'react-bootstrap/Col';
14
14
  import 'react-bootstrap/Card';
15
- import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
16
- import 'next/link';
15
+ import './moment-12415288.js';
17
16
  import { withRouter } from 'next/router';
17
+ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
18
18
  import 'react-dom';
19
19
  import './index-51a80699.js';
20
20
  import { _ as _Promise } from './promise-86cb8313.js';
@@ -3,7 +3,6 @@ import React__default, { useState, useEffect, useRef } from 'react';
3
3
  import Container from 'react-bootstrap/Container';
4
4
  import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
- import 'next/link';
7
6
  import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
8
7
  import { D as DFPAdSlot } from './AdSlot-8946358f.js';
9
8
  import { g as get_1 } from './get-36d03764.js';
@@ -4,7 +4,6 @@ import 'prop-types';
4
4
  import Row from 'react-bootstrap/Row';
5
5
  import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
- import 'next/link';
8
7
  import 'react-dom';
9
8
  import { i as imageUrlBuilder } from './index-51a80699.js';
10
9
  import { L as LazyLoad } from './index-5f9f807a.js';
@@ -8,9 +8,9 @@ import { _ as _extends } from './extends-26d3b609.js';
8
8
  import React__default, { useState, useEffect, useRef } from 'react';
9
9
  import 'prop-types';
10
10
  import 'react-bootstrap/Card';
11
- import { I as InfiniteScroll, V as VisibilitySensor, m as moment } from './visibility-sensor-3cea5efb.js';
12
- import 'next/link';
11
+ import { m as moment } from './moment-12415288.js';
13
12
  import { useRouter } from 'next/router';
13
+ import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
14
14
  import 'react-dom';
15
15
  import { i as imageUrlBuilder } from './index-51a80699.js';
16
16
  import { L as LazyLoad } from './index-5f9f807a.js';
@@ -18,7 +18,7 @@ import { c as clean_html_1 } from './entities-7cc3bf45.js';
18
18
  import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
19
19
  import './AdSlot-8946358f.js';
20
20
  import './promise-86cb8313.js';
21
- import { A as ADInfeed } from './ADInfeed-aadcfc25.js';
21
+ import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
22
22
  import { Container, Media } from 'react-bootstrap';
23
23
 
24
24
  var urlFor = function urlFor(source, builder) {
@@ -913,9 +913,6 @@ SanityBlockContent.defaultProps = {
913
913
 
914
914
  var BlockContent = SanityBlockContent;
915
915
 
916
- // import Link from 'next/link'
917
- // import { clean_html } from '../utilities/entities'
918
-
919
916
  var TaxonomyCard = function TaxonomyCard(props) {
920
917
  var columns = props.columns,
921
918
  variant = props.variant,
@@ -10,5 +10,5 @@ import 'react-bootstrap/Card';
10
10
  import 'react-dom';
11
11
  import './index-51a80699.js';
12
12
  import './index-5f9f807a.js';
13
- export { T as default } from './TaxonomyCard-89325080.js';
13
+ export { T as default } from './TaxonomyCard-c17e6d28.js';
14
14
  import './react-social-icons-a7d5c5c7.js';
@@ -8,7 +8,6 @@ import 'prop-types';
8
8
  import 'react-bootstrap/Container';
9
9
  import 'react-bootstrap/Row';
10
10
  import 'react-bootstrap/Col';
11
- import 'next/link';
12
11
  import './slicedToArray-a47a84a4.js';
13
12
  import './AdSlot-8946358f.js';
14
13
  import './promise-86cb8313.js';
@@ -17,7 +16,7 @@ import './react-social-icons-a7d5c5c7.js';
17
16
  import 'react-bootstrap';
18
17
  import './index.esm-536609db.js';
19
18
  import 'react-bootstrap/Button';
20
- export { T as default } from './Normal-e07e4324.js';
19
+ export { T as default } from './Normal-fd393897.js';
21
20
  import 'react-bootstrap/ListGroup';
22
21
  import 'next/head';
23
22
  import 'react-bootstrap/Nav';
@@ -7,9 +7,9 @@ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn,
7
7
  import React__default from 'react';
8
8
  import 'prop-types';
9
9
  import Container from 'react-bootstrap/Container';
10
- import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-3cea5efb.js';
11
- import 'next/link';
10
+ import './moment-12415288.js';
12
11
  import { withRouter } from 'next/router';
12
+ import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
13
13
  import 'react-dom';
14
14
  import './index-5f9f807a.js';
15
15
  import './slicedToArray-a47a84a4.js';
@@ -3,7 +3,6 @@ import './_to-object-b9b796ec.js';
3
3
  import './web.dom.iterable-7e9bebf9.js';
4
4
  import React__default, { useRef, useState, useEffect } from 'react';
5
5
  import 'prop-types';
6
- import 'next/link';
7
6
  import 'react-dom';
8
7
  import { L as LazyLoad } from './index-5f9f807a.js';
9
8
  import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
package/dist/esm/index.js CHANGED
@@ -12,9 +12,9 @@ import Container from 'react-bootstrap/Container';
12
12
  import Row from 'react-bootstrap/Row';
13
13
  import Col from 'react-bootstrap/Col';
14
14
  import 'react-bootstrap/Card';
15
- import { m as moment, I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-3cea5efb.js';
16
- import Link from 'next/link';
15
+ import { m as moment } from './moment-12415288.js';
17
16
  import Router, { useRouter } from 'next/router';
17
+ import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
18
18
  import 'react-dom';
19
19
  import { i as imageUrlBuilder } from './index-51a80699.js';
20
20
  import './index-5f9f807a.js';
@@ -23,15 +23,15 @@ import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a47a84a4
23
23
  import { _ as _JSON$stringify, a as _asyncToGenerator, r as regenerator, D as DFPAdSlot, B as Beam } from './AdSlot-8946358f.js';
24
24
  export { D as AdSlot, B as Beam } from './AdSlot-8946358f.js';
25
25
  import './promise-86cb8313.js';
26
- import './ADInfeed-aadcfc25.js';
26
+ import './ADInfeed-ca26fca6.js';
27
27
  export { default as DeckContent } from './DeckContent.js';
28
28
  import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './get-36d03764.js';
29
- export { A as AD, G as GridContent } from './GridContent-13be42a1.js';
29
+ export { A as AD, G as GridContent } from './GridContent-e2b1de22.js';
30
30
  export { default as DeckQueue } from './DeckQueue.js';
31
31
  import 'react-bootstrap/Media';
32
32
  export { default as ThumbnailCard } from './ThumbnailCard.js';
33
- import { B as BlockContent } from './TaxonomyCard-89325080.js';
34
- export { T as TaxonomyCard } from './TaxonomyCard-89325080.js';
33
+ import { B as BlockContent } from './TaxonomyCard-c17e6d28.js';
34
+ export { T as TaxonomyCard } from './TaxonomyCard-c17e6d28.js';
35
35
  import './react-social-icons-a7d5c5c7.js';
36
36
  import { g as getYoutubeId } from './smoothscroll-4b699764.js';
37
37
  import GroupDeck from './GroupDeck.js';
@@ -48,8 +48,8 @@ export { default as IssueDeck } from './IssueDeck.js';
48
48
  import 'react-bootstrap/Badge';
49
49
  export { default as IssueContentDeck } from './IssueContentDeck.js';
50
50
  import Spinner from 'react-bootstrap/Spinner';
51
- import { M as MdPictureAsPdf } from './Normal-e07e4324.js';
52
- export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-e07e4324.js';
51
+ import { M as MdPictureAsPdf } from './Normal-fd393897.js';
52
+ export { A as AD728x90, C as Column1, a as Column2, b as Column3, f as HamMagazine, H as Header, L as LeftNav, e as NavDvm, c as NavMagazine, N as NavNative, d as NavNormal, P as PageFilter, S as Search, g as SideFooter, T as TemplateNormal } from './Normal-fd393897.js';
53
53
  import 'react-bootstrap/ListGroup';
54
54
  import Head from 'next/head';
55
55
  import Accordion from 'react-bootstrap/Accordion';
@@ -16263,14 +16263,10 @@ var InscreenSensor = function (_React$Component) {
16263
16263
  var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
16264
16264
  if (authorName && authorURL) {
16265
16265
  return React__default.createElement(
16266
- Link,
16266
+ 'a',
16267
16267
  { href: '/authors/' + authorURL.current, key: index },
16268
- React__default.createElement(
16269
- 'a',
16270
- null,
16271
- authorName,
16272
- length !== index + 1 && React__default.createElement('br', null)
16273
- )
16268
+ authorName,
16269
+ length !== index + 1 && React__default.createElement('br', null)
16274
16270
  );
16275
16271
  } else if (authorName) {
16276
16272
  return React__default.createElement(