@mjhls/mjh-framework 1.0.269 → 1.0.270
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 +171 -171
- package/dist/cjs/DeckContent.js +9 -9
- package/dist/cjs/DeckQueue.js +1 -1
- package/dist/cjs/{GridContent-524f2ad8.js → GridContent-81563bbb.js} +2 -2
- package/dist/cjs/GridContent.js +2 -2
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/IssueDeck.js +1 -1
- package/dist/cjs/MasterDeck.js +9 -9
- package/dist/cjs/{Normal-6c0b2764.js → Normal-05dd6f72.js} +31 -31
- package/dist/cjs/PublicationDeck.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +1 -1
- package/dist/cjs/{TaxonomyCard-b5074d6e.js → TaxonomyCard-e3566492.js} +1 -1
- package/dist/cjs/TaxonomyCard.js +2 -2
- package/dist/cjs/TemplateNormal.js +1 -1
- package/dist/cjs/ThumbnailCard.js +1 -1
- package/dist/cjs/VideoSeriesListing.js +1 -2
- package/dist/cjs/{YoutubeGroup-78e6bcc3.js → YoutubeGroup-94e6efea.js} +437 -5
- package/dist/cjs/YoutubeGroup.js +1 -2
- package/dist/cjs/{index-39beccb3.js → index-be0c82be.js} +1 -2
- package/dist/cjs/index.js +529 -542
- package/dist/esm/DeckContent.js +9 -9
- package/dist/esm/DeckQueue.js +1 -1
- package/dist/esm/{GridContent-f4fd38a7.js → GridContent-b2edf91a.js} +1 -1
- package/dist/esm/GridContent.js +2 -2
- package/dist/esm/IssueContentDeck.js +1 -1
- package/dist/esm/IssueDeck.js +1 -1
- package/dist/esm/MasterDeck.js +9 -9
- package/dist/esm/{Normal-b7aa5dce.js → Normal-ccc2f7f8.js} +31 -31
- package/dist/esm/PublicationDeck.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +1 -1
- package/dist/esm/{TaxonomyCard-ee1a22ae.js → TaxonomyCard-2d0ab635.js} +1 -1
- package/dist/esm/TaxonomyCard.js +2 -2
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/ThumbnailCard.js +1 -1
- package/dist/esm/VideoSeriesListing.js +1 -2
- package/dist/esm/{YoutubeGroup-a87b8967.js → YoutubeGroup-f59297bb.js} +437 -5
- package/dist/esm/YoutubeGroup.js +1 -2
- package/dist/esm/{index-3849e3fe.js → index-73819142.js} +1 -2
- package/dist/esm/index.js +532 -545
- package/package.json +103 -103
package/dist/esm/DeckContent.js
CHANGED
|
@@ -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-
|
|
21
|
+
import { i as imageUrlBuilder } from './index-73819142.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) {
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -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-
|
|
21
|
+
import { i as imageUrlBuilder } from './index-73819142.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';
|
|
@@ -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-
|
|
15
|
+
import { i as imageUrlBuilder } from './index-73819142.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-e546ea87.js';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -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-
|
|
21
|
+
import './index-73819142.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-9b4ae186.js';
|
|
|
26
26
|
import './promise-683a9c54.js';
|
|
27
27
|
import './ADInfeed-e546ea87.js';
|
|
28
28
|
import './get-b2201dc8.js';
|
|
29
|
-
export { G as default } from './GridContent-
|
|
29
|
+
export { G as default } from './GridContent-b2edf91a.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-
|
|
9
|
+
import { i as imageUrlBuilder } from './index-73819142.js';
|
|
10
10
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
11
11
|
import Badge from 'react-bootstrap/Badge';
|
|
12
12
|
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -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-
|
|
9
|
+
import { i as imageUrlBuilder } from './index-73819142.js';
|
|
10
10
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
11
11
|
import Button from 'react-bootstrap/Button';
|
|
12
12
|
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -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-
|
|
21
|
+
import './index-73819142.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
|
-
|
|
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,
|
|
@@ -1566,15 +1566,15 @@ var NavMagazine = function NavMagazine(props) {
|
|
|
1566
1566
|
var MagazineNav = React__default.memo(NavMagazine);
|
|
1567
1567
|
|
|
1568
1568
|
var NavNative = function NavNative(props) {
|
|
1569
|
-
/*
|
|
1570
|
-
Example Nav with acceptable props
|
|
1571
|
-
|
|
1572
|
-
showLogin
|
|
1573
|
-
logo={props.settings.logo}
|
|
1574
|
-
dataObject={props.cache.mainNavCache}
|
|
1575
|
-
website={website}
|
|
1576
|
-
subNav={props.cache.subNavCache}
|
|
1577
|
-
/>
|
|
1569
|
+
/*
|
|
1570
|
+
Example Nav with acceptable props
|
|
1571
|
+
<MagazineNav
|
|
1572
|
+
showLogin
|
|
1573
|
+
logo={props.settings.logo}
|
|
1574
|
+
dataObject={props.cache.mainNavCache}
|
|
1575
|
+
website={website}
|
|
1576
|
+
subNav={props.cache.subNavCache}
|
|
1577
|
+
/>
|
|
1578
1578
|
*/
|
|
1579
1579
|
|
|
1580
1580
|
var logo = props.logo,
|
|
@@ -1636,7 +1636,7 @@ var NavNative = function NavNative(props) {
|
|
|
1636
1636
|
style: { minHeight: '61px' } },
|
|
1637
1637
|
React__default.createElement(
|
|
1638
1638
|
Container,
|
|
1639
|
-
{ className: 'mobile-nav' },
|
|
1639
|
+
{ style: { maxHeight: '80vh' }, className: 'mobile-nav' },
|
|
1640
1640
|
React__default.createElement(
|
|
1641
1641
|
Navbar.Brand,
|
|
1642
1642
|
{ id: 'nav-mobile-sm', className: 'nav-mobile-logo' },
|
|
@@ -1744,7 +1744,7 @@ var NavNative = function NavNative(props) {
|
|
|
1744
1744
|
React__default.createElement(
|
|
1745
1745
|
'style',
|
|
1746
1746
|
{ jsx: 'true' },
|
|
1747
|
-
'\n .sticky-home {\n position: relative;\n top: -3px;\n left: -6px;\n cursor: pointer;\n }\n .nav-item svg {\n margin-bottom: 2px;\n }\n #nav-login,\n #nav-logout,\n #nav-register {\n padding: 0.5rem;\n cursor: pointer;\n }\n #nav-mobile-login,\n #nav-mobile-logout,\n #nav-mobile-register {\n display: none;\n }\n #nav-mobile-logout,\n #nav-mobile-login {\n position: absolute;\n right: 1rem;\n }\n #nav-mobile-register {\n position: absolute;\n left: 1rem;\n }\n \n #nav-mobile-sm{\n display: none;\n }\n \n @media screen and (max-width: 1191px) {\n .mobile-nav .nav-toggle {\n width: 100%;\n display: flex;\n justify-content: space-between;\n }\n .nav-mobile-logo {\n margin-left: 1.5rem;\n \n }\n #nav-mobile-md{\n margin-right: auto;\n }\n .nav-mobile-logo img {\n height: 48px!important;\n \n }\n .nav-mobile-logo img {\n height: 38px !important;\n }\n
|
|
1747
|
+
'\n .sticky-home {\n position: relative;\n top: -3px;\n left: -6px;\n cursor: pointer;\n }\n .nav-item svg {\n margin-bottom: 2px;\n }\n #nav-login,\n #nav-logout,\n #nav-register {\n padding: 0.5rem;\n cursor: pointer;\n }\n #nav-mobile-login,\n #nav-mobile-logout,\n #nav-mobile-register {\n display: none;\n }\n #nav-mobile-logout,\n #nav-mobile-login {\n position: absolute;\n right: 1rem;\n }\n #nav-mobile-register {\n position: absolute;\n left: 1rem;\n }\n \n #nav-mobile-sm{\n display: none;\n }\n \n @media screen and (max-width: 1191px) {\n .mobile-nav .nav-toggle {\n width: 100%;\n display: flex;\n justify-content: space-between;\n }\n .nav-mobile-logo {\n margin-left: 1.5rem;\n \n }\n #nav-mobile-md{\n margin-right: auto;\n }\n .nav-mobile-logo img {\n height: 48px!important;\n \n }\n .nav-mobile-logo img {\n height: 38px !important;\n }\n \n\n .ios-nav {\n max-height: none;\n }\n\n .navbar.bg-primary {\n overflow: auto;\n }\n\n .mobile-nav .nav-toggle .navbar-toggler {\n float: left;\n height: 45px;\n }\n .mobile-nav .nav-toggle .form-inline {\n float: right;\n margin: 4px 0px 0px 0px;\n }\n .mobile-nav .form-inline .mobile-search {\n width: auto;\n }\n .sticky-home {\n display: none;\n }\n \n .navbar-expand-lg .show#basic-navbar-sub {\n display: block;\n }\n .navbar .mobile-nav .navbar-collapse.show {\n padding-bottom: 10px;\n border-bottom: 0.5px solid white;\n }\n .navbar .mobile-nav .navbar-collapse .form-inline {\n display: none;\n }\n .navbar .mobile-nav .navbar-collapse {\n margin-top: 15px;\n padding-left: .5rem;\n }\n .navbar .mobile-nav .navbar-collapse:last-child {\n border-bottom: none;\n margin-bottom: 0px;\n padding-bottom: 0px;\n margin-top: 0px;\n padding-top: 10px;\n }\n .navbar .mobile-nav .navbar-collapse .nav-footer ul {\n list-style-type: none;\n padding: inherit;\n margin-bottom: 0rem;\n }\n .navbar .mobile-nav .navbar-collapse .nav-footer .nav-link {\n text-transform: capitalize !important;\n font-weight: 300;\n }\n .navbar .mobile-nav .dropdown-item:focus {\n background-color: #696969;\n }\n .navbar .mobile-nav .dropdown-menu .dropdown-item {\n color: white;\n }\n .navbar .mobile-nav .dropdown-menu {\n background: inherit;\n border: none;\n direction: rtl;\n }\n }\n @media screen and (max-width: 1199px) {\n #nav-mobile-login,\n #nav-mobile-logout,\n #nav-mobile-register {\n display: block;\n }\n \n\n .navbar-top {\n flex-direction: row;\n justify-content: space-around !important;\n align-items: center;\n padding-left: 0.25rem;\n padding-right: 0.25rem;\n width: 100%;\n }\n }\n\n @media screen and (min-width: 1191px) {\n #basic-navbar-sub {\n display: none !important;\n }\n .navbar .mobile-nav .dropdown-menu .dropdown-item {\n color: #696969;\n }\n .navbar .mobile-nav .dropdown-menu {\n background: white;\n border: 1 px solid #708090;\n }\n .mobile-nav .nav-toggle .form-inline {\n display: none;\n }\n }\n\n @media screen and (max-width: 376px) {\n .mobile-nav .nav-toggle .form-inline .mobile-search {\n width: 60%;\n }\n .mobile-nav .nav-toggle .form-inline {\n flex: 1 1 auto;\n margin-left: .25rem;\n }\n }\n @media screen and (max-width: 328px) {\n .mobile-nav .nav-toggle .form-inline .mobile-search {\n margin-right: 5px;\n }\n }\n @media screen and (max-width: 767px) {\n \n #nav-mobile-md{\n display: none;\n }\n #nav-mobile-sm{\n display: inline-block;\n margin: 0 auto .5rem;\n }\n .nav-toggle{\n margin:.5rem 0;\n padding: 0 .5rem;\n }\n }\n \n '
|
|
1748
1748
|
)
|
|
1749
1749
|
);
|
|
1750
1750
|
};
|
|
@@ -1968,15 +1968,15 @@ var NavDvm = function NavDvm(props) {
|
|
|
1968
1968
|
};
|
|
1969
1969
|
|
|
1970
1970
|
var HamMagazine = function HamMagazine(props) {
|
|
1971
|
-
/*
|
|
1972
|
-
Example Nav with acceptable props
|
|
1973
|
-
<MagazineNav
|
|
1974
|
-
showLogin
|
|
1975
|
-
logo={props.settings.logo}
|
|
1976
|
-
dataObject={props.cache.mainNavCache}
|
|
1977
|
-
website={website}
|
|
1978
|
-
subNav={props.cache.subNavCache}
|
|
1979
|
-
/>
|
|
1971
|
+
/*
|
|
1972
|
+
Example Nav with acceptable props
|
|
1973
|
+
<MagazineNav
|
|
1974
|
+
showLogin
|
|
1975
|
+
logo={props.settings.logo}
|
|
1976
|
+
dataObject={props.cache.mainNavCache}
|
|
1977
|
+
website={website}
|
|
1978
|
+
subNav={props.cache.subNavCache}
|
|
1979
|
+
/>
|
|
1980
1980
|
*/
|
|
1981
1981
|
|
|
1982
1982
|
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-
|
|
9
|
+
import { i as imageUrlBuilder } from './index-73819142.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-
|
|
15
|
+
import { i as imageUrlBuilder } from './index-73819142.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-
|
|
8
|
+
import { n as node, i as imageUrlBuilder } from './index-73819142.js';
|
|
9
9
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
10
10
|
|
|
11
11
|
/*
|
package/dist/esm/TaxonomyCard.js
CHANGED
|
@@ -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-
|
|
11
|
+
import './index-73819142.js';
|
|
12
12
|
import './index-5f9f807a.js';
|
|
13
|
-
export { T as default } from './TaxonomyCard-
|
|
13
|
+
export { T as default } from './TaxonomyCard-2d0ab635.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-
|
|
22
|
+
export { T as default } from './Normal-ccc2f7f8.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-
|
|
5
|
+
import { i as imageUrlBuilder } from './index-73819142.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,8 +13,7 @@ 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-
|
|
17
|
-
import 'smoothscroll-polyfill';
|
|
16
|
+
import { Y as YoutubeGroup } from './YoutubeGroup-f59297bb.js';
|
|
18
17
|
import { a as IoIosArrowForward } from './index.esm-536609db.js';
|
|
19
18
|
|
|
20
19
|
var VideoSeriesListing = function (_React$Component) {
|