@mjhls/mjh-framework 1.0.272 → 1.0.274

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 (42) hide show
  1. package/README.md +171 -171
  2. package/dist/cjs/DeckContent.js +9 -9
  3. package/dist/cjs/DeckQueue.js +1 -1
  4. package/dist/cjs/Figure-fe3e9705.js +145 -0
  5. package/dist/cjs/{GridContent-df5951a1.js → GridContent-8d5a738c.js} +2 -2
  6. package/dist/cjs/GridContent.js +2 -2
  7. package/dist/cjs/IssueContentDeck.js +1 -1
  8. package/dist/cjs/IssueDeck.js +1 -1
  9. package/dist/cjs/MasterDeck.js +9 -9
  10. package/dist/cjs/{Normal-47f04b2b.js → Normal-7ed9eee9.js} +29 -29
  11. package/dist/cjs/PublicationDeck.js +1 -1
  12. package/dist/cjs/QueueDeckExpanded.js +1 -1
  13. package/dist/cjs/{TaxonomyCard-e3566492.js → TaxonomyCard-b5074d6e.js} +1 -1
  14. package/dist/cjs/TaxonomyCard.js +2 -2
  15. package/dist/cjs/TemplateNormal.js +1 -1
  16. package/dist/cjs/ThumbnailCard.js +1 -1
  17. package/dist/cjs/VideoSeriesListing.js +2 -1
  18. package/dist/cjs/{YoutubeGroup-94e6efea.js → YoutubeGroup-78e6bcc3.js} +5 -437
  19. package/dist/cjs/YoutubeGroup.js +2 -1
  20. package/dist/cjs/{index-be0c82be.js → index-39beccb3.js} +2 -1
  21. package/dist/cjs/index.js +574 -686
  22. package/dist/esm/DeckContent.js +9 -9
  23. package/dist/esm/DeckQueue.js +1 -1
  24. package/dist/esm/Figure-d6e22818.js +140 -0
  25. package/dist/esm/{GridContent-8479e775.js → GridContent-b8b5f361.js} +1 -1
  26. package/dist/esm/GridContent.js +2 -2
  27. package/dist/esm/IssueContentDeck.js +1 -1
  28. package/dist/esm/IssueDeck.js +1 -1
  29. package/dist/esm/MasterDeck.js +9 -9
  30. package/dist/esm/{Normal-3e5ad3d1.js → Normal-21cfb458.js} +29 -29
  31. package/dist/esm/PublicationDeck.js +1 -1
  32. package/dist/esm/QueueDeckExpanded.js +1 -1
  33. package/dist/esm/{TaxonomyCard-2d0ab635.js → TaxonomyCard-ee1a22ae.js} +1 -1
  34. package/dist/esm/TaxonomyCard.js +2 -2
  35. package/dist/esm/TemplateNormal.js +1 -1
  36. package/dist/esm/ThumbnailCard.js +1 -1
  37. package/dist/esm/VideoSeriesListing.js +2 -1
  38. package/dist/esm/{YoutubeGroup-f59297bb.js → YoutubeGroup-a87b8967.js} +5 -437
  39. package/dist/esm/YoutubeGroup.js +2 -1
  40. package/dist/esm/{index-73819142.js → index-3849e3fe.js} +2 -1
  41. package/dist/esm/index.js +583 -695
  42. package/package.json +103 -103
@@ -18,7 +18,7 @@ import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visib
18
18
  import 'next/link';
19
19
  import { withRouter } from 'next/router';
20
20
  import 'react-dom';
21
- import { i as imageUrlBuilder } from './index-73819142.js';
21
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
22
22
  import { L as LazyLoad } from './index-5f9f807a.js';
23
23
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
24
24
  import './slicedToArray-d0a9593a.js';
@@ -165,14 +165,14 @@ var DeckContent = function (_React$Component) {
165
165
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
166
166
 
167
167
  // please leave this for later debug purpose : Yong Jun.
168
- /* console.log('page change reported', {
169
- currentPage: currentPage,
170
- pageNumber: pageNumber,
171
- pathname: pathname,
172
- path: path,
173
- newPath: newPath,
174
- firstPage: pageNumber === 1,
175
- queryString: queryString
168
+ /* console.log('page change reported', {
169
+ currentPage: currentPage,
170
+ pageNumber: pageNumber,
171
+ pathname: pathname,
172
+ path: path,
173
+ newPath: newPath,
174
+ firstPage: pageNumber === 1,
175
+ queryString: queryString
176
176
  }) */
177
177
 
178
178
  if (pageview) {
@@ -18,7 +18,7 @@ import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visib
18
18
  import 'next/link';
19
19
  import { withRouter } from 'next/router';
20
20
  import 'react-dom';
21
- import { i as imageUrlBuilder } from './index-73819142.js';
21
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
22
22
  import { L as LazyLoad } from './index-5f9f807a.js';
23
23
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
24
24
  import { g as get_1 } from './get-b2201dc8.js';
@@ -0,0 +1,140 @@
1
+ import './_commonjsHelpers-0c4b6f40.js';
2
+ import './_to-object-b9b796ec.js';
3
+ import './web.dom.iterable-3be50d6c.js';
4
+ import './core.get-iterator-method-31c1fb1a.js';
5
+ import React__default, { useState } from 'react';
6
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
7
+ import { _ as _slicedToArray } from './slicedToArray-d0a9593a.js';
8
+ import { Figure as Figure$1 } from 'react-bootstrap';
9
+
10
+ var urlFor = function urlFor(source, client) {
11
+ var builder = imageUrlBuilder(client);
12
+ return builder.image(source).auto('format');
13
+ };
14
+
15
+ var compareProps = function compareProps(prevProps, nextProps) {
16
+ if (nextProps.node.asset && nextProps.node.asset._ref) {
17
+ return prevProps.node.asset._ref === nextProps.node.asset._ref;
18
+ }
19
+ };
20
+
21
+ var FigureComponent = function FigureComponent(props) {
22
+ var _useState = useState(false),
23
+ _useState2 = _slicedToArray(_useState, 2),
24
+ openImg = _useState2[0],
25
+ setOpenImg = _useState2[1];
26
+
27
+ var _useState3 = useState(''),
28
+ _useState4 = _slicedToArray(_useState3, 2),
29
+ openImgSrc = _useState4[0],
30
+ setOpenImgSrc = _useState4[1];
31
+
32
+ var node = props.node,
33
+ client = props.client;
34
+ var caption = node.caption,
35
+ alt = node.alt,
36
+ blank = node.blank,
37
+ link = node.link,
38
+ _node$alignment = node.alignment,
39
+ alignment = _node$alignment === undefined ? 'center' : _node$alignment;
40
+ var _node$widthP = node.widthP,
41
+ widthP = _node$widthP === undefined ? 'auto' : _node$widthP;
42
+
43
+
44
+ if (typeof window === 'undefined') {
45
+ return null;
46
+ }
47
+
48
+ var screenWidth = window.innerWidth;
49
+
50
+ if (client.clientConfig && client.clientConfig.defaultImageSize && widthP === 'auto') {
51
+ widthP = client.clientConfig.defaultImageSize;
52
+ }
53
+
54
+ var imageFloat = null;
55
+ if (screenWidth > 1000) {
56
+ var align = ['center', 'top'].includes(alignment.toLowerCase()) ? 'none' : alignment.toLowerCase();
57
+ imageFloat = align;
58
+ } else {
59
+ var _align = ['center', 'top'].includes(alignment.toLowerCase()) ? 'none' : alignment.toLowerCase();
60
+ imageFloat = _align;
61
+ }
62
+
63
+ var figureMargin = null;
64
+ if (imageFloat === 'none') {
65
+ figureMargin = '0 auto 1rem';
66
+ }
67
+ if (imageFloat === 'left') {
68
+ figureMargin = '0 1.5rem 1.5rem 0';
69
+ }
70
+ if (imageFloat === 'right') {
71
+ figureMargin = '0 0 1.5rem 1.5rem';
72
+ }
73
+
74
+ var imageWidth = null;
75
+ if (screenWidth > 1000) {
76
+ if (widthP === 'auto') {
77
+ if (imageFloat === 'none') {
78
+ imageWidth = 'auto';
79
+ } else {
80
+ imageWidth = '30%';
81
+ }
82
+ } else {
83
+ imageWidth = widthP + '%';
84
+ }
85
+ } else {
86
+ imageWidth = '100%';
87
+ }
88
+
89
+ if (!node.asset) return null;
90
+
91
+ return React__default.createElement(
92
+ React__default.Fragment,
93
+ null,
94
+ imageWidth !== null && imageFloat !== null && React__default.createElement(
95
+ Figure$1,
96
+ { className: 'd-block', style: { width: imageWidth, maxWidth: '100%', clear: 'both', float: imageFloat, margin: figureMargin } },
97
+ link ? React__default.createElement(
98
+ 'a',
99
+ { target: blank ? '_blank' : '_self', href: link },
100
+ React__default.createElement(Figure$1.Image, { style: { width: '100%' }, className: 'figure-image', src: urlFor(node, client).url(), alt: alt && alt }),
101
+ caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
102
+ ) : React__default.createElement(
103
+ React__default.Fragment,
104
+ null,
105
+ React__default.createElement(Figure$1.Image, {
106
+ style: { width: '100%' },
107
+ className: 'figure-image',
108
+ src: urlFor(node, client).url(),
109
+ alt: alt && alt,
110
+ onClick: function onClick() {
111
+ setOpenImgSrc(urlFor(node, client).url());
112
+ setOpenImg(true);
113
+ }
114
+ }),
115
+ caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
116
+ )
117
+ ),
118
+ React__default.createElement(
119
+ 'div',
120
+ { className: 'lightbox-target ' + (openImg ? 'open' : 'close') },
121
+ React__default.createElement('img', { src: openImgSrc }),
122
+ React__default.createElement('a', {
123
+ className: 'lightbox-close',
124
+ onClick: function onClick() {
125
+ setOpenImgSrc('');
126
+ setOpenImg(false);
127
+ }
128
+ })
129
+ ),
130
+ React__default.createElement(
131
+ 'style',
132
+ { jsx: 'true' },
133
+ '\n figure-caption {\n font-size: 90%;\n color: #6c757d;\n }\n /*Eliminates padding, centers the thumbnail */\n\n /* Styles the lightbox, removes it from sight and adds the fade-in transition */\n\n .lightbox-target {\n position: fixed;\n top: -100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.7);\n width: 100%;\n opacity: 0;\n -webkit-transition: opacity 0.5s ease-in-out;\n -moz-transition: opacity 0.5s ease-in-out;\n -o-transition: opacity 0.5s ease-in-out;\n transition: opacity 0.5s ease-in-out;\n overflow: hidden;\n }\n\n .lightbox-target.close {\n opacity: 0;\n }\n\n /* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */\n\n .lightbox-target img {\n margin: auto;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n max-height: 0%;\n max-width: 0%;\n border: 3px solid white;\n box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);\n box-sizing: border-box;\n -webkit-transition: 0.5s ease-in-out;\n -moz-transition: 0.5s ease-in-out;\n -o-transition: 0.5s ease-in-out;\n transition: 0.5s ease-in-out;\n }\n\n /* Styles the close link, adds the slide down transition */\n\n a.lightbox-close {\n display: block;\n width: 50px;\n height: 50px;\n box-sizing: border-box;\n background: white;\n color: black;\n text-decoration: none;\n position: absolute;\n top: -80px;\n right: 0;\n -webkit-transition: 0.5s ease-in-out;\n -moz-transition: 0.5s ease-in-out;\n -o-transition: 0.5s ease-in-out;\n transition: 0.5s ease-in-out;\n }\n\n /* Provides part of the "X" to eliminate an image from the close link */\n\n a.lightbox-close:before {\n content: \'\';\n display: block;\n height: 30px;\n width: 1px;\n background: black;\n position: absolute;\n left: 26px;\n top: 10px;\n -webkit-transform: rotate(45deg);\n -moz-transform: rotate(45deg);\n -o-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n\n /* Provides part of the "X" to eliminate an image from the close link */\n\n a.lightbox-close:after {\n content: \'\';\n display: block;\n height: 30px;\n width: 1px;\n background: black;\n position: absolute;\n left: 26px;\n top: 10px;\n -webkit-transform: rotate(-45deg);\n -moz-transform: rotate(-45deg);\n -o-transform: rotate(-45deg);\n transform: rotate(-45deg);\n }\n\n /* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */\n\n .lightbox-target.open {\n opacity: 1;\n top: 0;\n bottom: 0;\n right: 0;\n z-index: 9999;\n }\n\n .lightbox-target.open img {\n max-height: 100%;\n max-width: 100%;\n }\n\n .lightbox-target.open a.lightbox-close {\n top: 0px;\n }\n '
134
+ )
135
+ );
136
+ };
137
+
138
+ var Figure = React__default.memo(FigureComponent, compareProps);
139
+
140
+ export default Figure;
@@ -12,7 +12,7 @@ import Card from 'react-bootstrap/Card';
12
12
  import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
13
13
  import 'next/link';
14
14
  import { withRouter } from 'next/router';
15
- import { i as imageUrlBuilder } from './index-73819142.js';
15
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
16
16
  import { L as LazyLoad } from './index-5f9f807a.js';
17
17
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
18
18
  import { A as ADInfeed } from './ADInfeed-a77b2850.js';
@@ -18,7 +18,7 @@ import './visibility-sensor-336093e1.js';
18
18
  import 'next/link';
19
19
  import 'next/router';
20
20
  import 'react-dom';
21
- import './index-73819142.js';
21
+ import './index-3849e3fe.js';
22
22
  import './index-5f9f807a.js';
23
23
  import './entities-7cc3bf45.js';
24
24
  import './slicedToArray-d0a9593a.js';
@@ -26,4 +26,4 @@ import './AdSlot-69bf3195.js';
26
26
  import './promise-683a9c54.js';
27
27
  import './ADInfeed-a77b2850.js';
28
28
  import './get-b2201dc8.js';
29
- export { G as default } from './GridContent-8479e775.js';
29
+ export { G as default } from './GridContent-b8b5f361.js';
@@ -6,7 +6,7 @@ import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'next/link';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-73819142.js';
9
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Badge from 'react-bootstrap/Badge';
12
12
 
@@ -6,7 +6,7 @@ import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'next/link';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-73819142.js';
9
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Button from 'react-bootstrap/Button';
12
12
 
@@ -18,7 +18,7 @@ import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-
18
18
  import 'next/link';
19
19
  import { withRouter } from 'next/router';
20
20
  import 'react-dom';
21
- import './index-73819142.js';
21
+ import './index-3849e3fe.js';
22
22
  import { _ as _Promise } from './promise-683a9c54.js';
23
23
 
24
24
  var MasterDeck = function (_React$Component) {
@@ -164,14 +164,14 @@ var MasterDeck = function (_React$Component) {
164
164
  var newPath = pageNumber === 1 ? '' + path : path + '?page=' + pageNumber;
165
165
 
166
166
  // please leave this for later debug purpose : Yong Jun.
167
- /* console.log('page change reported', {
168
- currentPage: currentPage,
169
- pageNumber: pageNumber,
170
- pathname: pathname,
171
- path: path,
172
- newPath: newPath,
173
- firstPage: pageNumber === 1,
174
- queryString: queryString
167
+ /* console.log('page change reported', {
168
+ currentPage: currentPage,
169
+ pageNumber: pageNumber,
170
+ pathname: pathname,
171
+ path: path,
172
+ newPath: newPath,
173
+ firstPage: pageNumber === 1,
174
+ queryString: queryString
175
175
  }) */
176
176
 
177
177
  if (pageview) {
@@ -670,8 +670,8 @@ var renderLink = function renderLink(row) {
670
670
  };
671
671
 
672
672
  var SideFooter = function SideFooter(props) {
673
- /*
674
- useage example: <SideFooter cache={props.cache} logo='https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' />
673
+ /*
674
+ useage example: <SideFooter cache={props.cache} logo='https://mjh-web.s3.amazonaws.com/_media/an_mjhls_brand_logo.png' />
675
675
  */
676
676
  var _get = get_1(props, 'cache.siteSettingCache', {}),
677
677
  socialLinks = _get.socialLinks,
@@ -1244,15 +1244,15 @@ var SocialNavFooter = function SocialNavFooter(props) {
1244
1244
  };
1245
1245
 
1246
1246
  var NavMagazine = function NavMagazine(props) {
1247
- /*
1248
- Example Nav with acceptable props
1249
- <MagazineNav
1250
- showLogin
1251
- logo={props.settings.logo}
1252
- dataObject={props.cache.mainNavCache}
1253
- website={website}
1254
- subNav={props.cache.subNavCache}
1255
- />
1247
+ /*
1248
+ Example Nav with acceptable props
1249
+ <MagazineNav
1250
+ showLogin
1251
+ logo={props.settings.logo}
1252
+ dataObject={props.cache.mainNavCache}
1253
+ website={website}
1254
+ subNav={props.cache.subNavCache}
1255
+ />
1256
1256
  */
1257
1257
 
1258
1258
  var logo = props.logo,
@@ -1564,15 +1564,15 @@ var NavMagazine = function NavMagazine(props) {
1564
1564
  var MagazineNav = React__default.memo(NavMagazine);
1565
1565
 
1566
1566
  var NavNative = function NavNative(props) {
1567
- /*
1568
- Example Nav with acceptable props
1569
- <MagazineNav
1570
- showLogin
1571
- logo={props.settings.logo}
1572
- dataObject={props.cache.mainNavCache}
1573
- website={website}
1574
- subNav={props.cache.subNavCache}
1575
- />
1567
+ /*
1568
+ Example Nav with acceptable props
1569
+ <MagazineNav
1570
+ showLogin
1571
+ logo={props.settings.logo}
1572
+ dataObject={props.cache.mainNavCache}
1573
+ website={website}
1574
+ subNav={props.cache.subNavCache}
1575
+ />
1576
1576
  */
1577
1577
 
1578
1578
  var logo = props.logo,
@@ -1966,15 +1966,15 @@ var NavDvm = function NavDvm(props) {
1966
1966
  };
1967
1967
 
1968
1968
  var HamMagazine = function HamMagazine(props) {
1969
- /*
1970
- Example Nav with acceptable props
1971
- <MagazineNav
1972
- showLogin
1973
- logo={props.settings.logo}
1974
- dataObject={props.cache.mainNavCache}
1975
- website={website}
1976
- subNav={props.cache.subNavCache}
1977
- />
1969
+ /*
1970
+ Example Nav with acceptable props
1971
+ <MagazineNav
1972
+ showLogin
1973
+ logo={props.settings.logo}
1974
+ dataObject={props.cache.mainNavCache}
1975
+ website={website}
1976
+ subNav={props.cache.subNavCache}
1977
+ />
1978
1978
  */
1979
1979
 
1980
1980
  var logo = props.logo,
@@ -6,7 +6,7 @@ import Col from 'react-bootstrap/Col';
6
6
  import Card from 'react-bootstrap/Card';
7
7
  import 'next/link';
8
8
  import 'react-dom';
9
- import { i as imageUrlBuilder } from './index-73819142.js';
9
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
10
10
  import { L as LazyLoad } from './index-5f9f807a.js';
11
11
  import Button from 'react-bootstrap/Button';
12
12
 
@@ -12,7 +12,7 @@ import { I as InfiniteScroll, V as VisibilitySensor, m as moment } from './visib
12
12
  import 'next/link';
13
13
  import { useRouter } from 'next/router';
14
14
  import 'react-dom';
15
- import { i as imageUrlBuilder } from './index-73819142.js';
15
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
16
16
  import { L as LazyLoad } from './index-5f9f807a.js';
17
17
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
18
18
  import { _ as _slicedToArray } from './slicedToArray-d0a9593a.js';
@@ -5,7 +5,7 @@ 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 { n as node, i as imageUrlBuilder } from './index-73819142.js';
8
+ import { n as node, i as imageUrlBuilder } from './index-3849e3fe.js';
9
9
  import { L as LazyLoad } from './index-5f9f807a.js';
10
10
 
11
11
  /*
@@ -8,6 +8,6 @@ import 'react-bootstrap/Row';
8
8
  import 'react-bootstrap/Col';
9
9
  import 'react-bootstrap/Card';
10
10
  import 'react-dom';
11
- import './index-73819142.js';
11
+ import './index-3849e3fe.js';
12
12
  import './index-5f9f807a.js';
13
- export { T as default } from './TaxonomyCard-2d0ab635.js';
13
+ export { T as default } from './TaxonomyCard-ee1a22ae.js';
@@ -19,7 +19,7 @@ import './get-b2201dc8.js';
19
19
  import 'react-bootstrap';
20
20
  import './index.esm-536609db.js';
21
21
  import 'react-bootstrap/Button';
22
- export { T as default } from './Normal-3e5ad3d1.js';
22
+ export { T as default } from './Normal-21cfb458.js';
23
23
  import 'react-bootstrap/ListGroup';
24
24
  import 'next/head';
25
25
  import 'react-bootstrap/Nav';
@@ -2,7 +2,7 @@ import './_commonjsHelpers-0c4b6f40.js';
2
2
  import React__default from 'react';
3
3
  import 'prop-types';
4
4
  import 'react-dom';
5
- import { i as imageUrlBuilder } from './index-73819142.js';
5
+ import { i as imageUrlBuilder } from './index-3849e3fe.js';
6
6
  import { L as LazyLoad } from './index-5f9f807a.js';
7
7
  import { c as clean_html_1 } from './entities-7cc3bf45.js';
8
8
  import Media$1 from 'react-bootstrap/Media';
@@ -13,7 +13,8 @@ import 'next/link';
13
13
  import { withRouter } from 'next/router';
14
14
  import 'react-dom';
15
15
  import './index-5f9f807a.js';
16
- import { Y as YoutubeGroup } from './YoutubeGroup-f59297bb.js';
16
+ import { Y as YoutubeGroup } from './YoutubeGroup-a87b8967.js';
17
+ import 'smoothscroll-polyfill';
17
18
  import { a as IoIosArrowForward } from './index.esm-536609db.js';
18
19
 
19
20
  var VideoSeriesListing = function (_React$Component) {