@mjhls/mjh-framework 1.0.337 → 1.0.338
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/DeckContent.js +0 -1
- package/dist/cjs/DeckQueue.js +0 -1
- package/dist/cjs/{GridContent-9f212ec5.js → GridContent-609021de.js} +0 -1
- package/dist/cjs/GridContent.js +1 -2
- package/dist/cjs/GroupDeck.js +0 -1
- package/dist/cjs/IssueContentDeck.js +0 -1
- package/dist/cjs/IssueDeck.js +0 -1
- package/dist/cjs/MasterDeck.js +0 -1
- package/dist/cjs/{Normal-b3782788.js → Normal-0d1211d3.js} +0 -1
- package/dist/cjs/PublicationDeck.js +0 -1
- package/dist/cjs/QueueDeckExpanded.js +0 -1
- package/dist/cjs/{TaxonomyCard-e36602e8.js → TaxonomyCard-cd4b4668.js} +0 -3
- package/dist/cjs/TaxonomyCard.js +1 -1
- package/dist/cjs/TemplateNormal.js +1 -2
- package/dist/cjs/VideoSeriesListing.js +0 -1
- package/dist/cjs/YoutubeGroup.js +0 -1
- package/dist/cjs/index.js +6 -11
- package/dist/esm/DeckContent.js +0 -1
- package/dist/esm/DeckQueue.js +0 -1
- package/dist/esm/{GridContent-13be42a1.js → GridContent-f2278de3.js} +0 -1
- package/dist/esm/GridContent.js +1 -2
- package/dist/esm/GroupDeck.js +0 -1
- package/dist/esm/IssueContentDeck.js +0 -1
- package/dist/esm/IssueDeck.js +0 -1
- package/dist/esm/MasterDeck.js +0 -1
- package/dist/esm/{Normal-e07e4324.js → Normal-fd393897.js} +0 -1
- package/dist/esm/PublicationDeck.js +0 -1
- package/dist/esm/QueueDeckExpanded.js +0 -1
- package/dist/esm/{TaxonomyCard-89325080.js → TaxonomyCard-c17e6d28.js} +0 -3
- package/dist/esm/TaxonomyCard.js +1 -1
- package/dist/esm/TemplateNormal.js +1 -2
- package/dist/esm/VideoSeriesListing.js +0 -1
- package/dist/esm/YoutubeGroup.js +0 -1
- package/dist/esm/index.js +8 -13
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/DeckContent.js
CHANGED
|
@@ -18,7 +18,6 @@ var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
|
18
18
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
19
19
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
20
20
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
21
|
-
require('next/link');
|
|
22
21
|
var Router = require('next/router');
|
|
23
22
|
var Router__default = _interopDefault(Router);
|
|
24
23
|
require('react-dom');
|
package/dist/cjs/DeckQueue.js
CHANGED
|
@@ -18,7 +18,6 @@ var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
|
18
18
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
19
19
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
20
20
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
21
|
-
require('next/link');
|
|
22
21
|
var Router = require('next/router');
|
|
23
22
|
var Router__default = _interopDefault(Router);
|
|
24
23
|
require('react-dom');
|
|
@@ -14,7 +14,6 @@ var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
|
14
14
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
15
15
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
16
16
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
17
|
-
require('next/link');
|
|
18
17
|
var Router = require('next/router');
|
|
19
18
|
var Router__default = _interopDefault(Router);
|
|
20
19
|
var index = require('./index-b5eb3ff8.js');
|
package/dist/cjs/GridContent.js
CHANGED
|
@@ -15,7 +15,6 @@ require('react-bootstrap/Row');
|
|
|
15
15
|
require('react-bootstrap/Col');
|
|
16
16
|
require('react-bootstrap/Card');
|
|
17
17
|
require('./visibility-sensor-c2ccc22d.js');
|
|
18
|
-
require('next/link');
|
|
19
18
|
require('next/router');
|
|
20
19
|
require('react-dom');
|
|
21
20
|
require('./index-b5eb3ff8.js');
|
|
@@ -26,7 +25,7 @@ require('./AdSlot-c5bff604.js');
|
|
|
26
25
|
require('./promise-3b44b2a3.js');
|
|
27
26
|
require('./ADInfeed-b042a194.js');
|
|
28
27
|
require('./get-3b23d857.js');
|
|
29
|
-
var GridContent = require('./GridContent-
|
|
28
|
+
var GridContent = require('./GridContent-609021de.js');
|
|
30
29
|
|
|
31
30
|
|
|
32
31
|
|
package/dist/cjs/GroupDeck.js
CHANGED
|
@@ -8,7 +8,6 @@ require('./web.dom.iterable-8b02d65e.js');
|
|
|
8
8
|
var React = require('react');
|
|
9
9
|
var React__default = _interopDefault(React);
|
|
10
10
|
require('prop-types');
|
|
11
|
-
require('next/link');
|
|
12
11
|
require('react-dom');
|
|
13
12
|
var index$1 = require('./index-fa0fb52c.js');
|
|
14
13
|
var slicedToArray = require('./slicedToArray-879ab2fb.js');
|
|
@@ -9,7 +9,6 @@ require('prop-types');
|
|
|
9
9
|
var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
10
10
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
11
11
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
12
|
-
require('next/link');
|
|
13
12
|
require('react-dom');
|
|
14
13
|
var index = require('./index-b5eb3ff8.js');
|
|
15
14
|
var index$1 = require('./index-fa0fb52c.js');
|
package/dist/cjs/IssueDeck.js
CHANGED
|
@@ -9,7 +9,6 @@ require('prop-types');
|
|
|
9
9
|
var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
10
10
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
11
11
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
12
|
-
require('next/link');
|
|
13
12
|
require('react-dom');
|
|
14
13
|
var index = require('./index-b5eb3ff8.js');
|
|
15
14
|
var index$1 = require('./index-fa0fb52c.js');
|
package/dist/cjs/MasterDeck.js
CHANGED
|
@@ -18,7 +18,6 @@ require('react-bootstrap/Row');
|
|
|
18
18
|
require('react-bootstrap/Col');
|
|
19
19
|
require('react-bootstrap/Card');
|
|
20
20
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
21
|
-
require('next/link');
|
|
22
21
|
var Router = require('next/router');
|
|
23
22
|
var Router__default = _interopDefault(Router);
|
|
24
23
|
require('react-dom');
|
|
@@ -8,7 +8,6 @@ var React__default = _interopDefault(React);
|
|
|
8
8
|
var Container = _interopDefault(require('react-bootstrap/Container'));
|
|
9
9
|
var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
10
10
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
11
|
-
require('next/link');
|
|
12
11
|
var slicedToArray = require('./slicedToArray-879ab2fb.js');
|
|
13
12
|
var AdSlot = require('./AdSlot-c5bff604.js');
|
|
14
13
|
var get$1 = require('./get-3b23d857.js');
|
|
@@ -9,7 +9,6 @@ require('prop-types');
|
|
|
9
9
|
var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
10
10
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
11
11
|
var Card = _interopDefault(require('react-bootstrap/Card'));
|
|
12
|
-
require('next/link');
|
|
13
12
|
require('react-dom');
|
|
14
13
|
var index = require('./index-b5eb3ff8.js');
|
|
15
14
|
var index$1 = require('./index-fa0fb52c.js');
|
|
@@ -14,7 +14,6 @@ var React__default = _interopDefault(React);
|
|
|
14
14
|
require('prop-types');
|
|
15
15
|
require('react-bootstrap/Card');
|
|
16
16
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
17
|
-
require('next/link');
|
|
18
17
|
var Router = require('next/router');
|
|
19
18
|
var Router__default = _interopDefault(Router);
|
|
20
19
|
require('react-dom');
|
|
@@ -918,9 +918,6 @@ SanityBlockContent.defaultProps = {
|
|
|
918
918
|
|
|
919
919
|
var BlockContent = SanityBlockContent;
|
|
920
920
|
|
|
921
|
-
// import Link from 'next/link'
|
|
922
|
-
// import { clean_html } from '../utilities/entities'
|
|
923
|
-
|
|
924
921
|
var TaxonomyCard = function TaxonomyCard(props) {
|
|
925
922
|
var columns = props.columns,
|
|
926
923
|
variant = props.variant,
|
package/dist/cjs/TaxonomyCard.js
CHANGED
|
@@ -12,7 +12,7 @@ require('react-bootstrap/Card');
|
|
|
12
12
|
require('react-dom');
|
|
13
13
|
require('./index-b5eb3ff8.js');
|
|
14
14
|
require('./index-fa0fb52c.js');
|
|
15
|
-
var TaxonomyCard = require('./TaxonomyCard-
|
|
15
|
+
var TaxonomyCard = require('./TaxonomyCard-cd4b4668.js');
|
|
16
16
|
require('./react-social-icons-cd0d9d3b.js');
|
|
17
17
|
|
|
18
18
|
|
|
@@ -10,7 +10,6 @@ require('prop-types');
|
|
|
10
10
|
require('react-bootstrap/Container');
|
|
11
11
|
require('react-bootstrap/Row');
|
|
12
12
|
require('react-bootstrap/Col');
|
|
13
|
-
require('next/link');
|
|
14
13
|
require('./slicedToArray-879ab2fb.js');
|
|
15
14
|
require('./AdSlot-c5bff604.js');
|
|
16
15
|
require('./promise-3b44b2a3.js');
|
|
@@ -19,7 +18,7 @@ require('./react-social-icons-cd0d9d3b.js');
|
|
|
19
18
|
require('react-bootstrap');
|
|
20
19
|
require('./index.esm-340d3792.js');
|
|
21
20
|
require('react-bootstrap/Button');
|
|
22
|
-
var TemplateNormal = require('./Normal-
|
|
21
|
+
var TemplateNormal = require('./Normal-0d1211d3.js');
|
|
23
22
|
require('react-bootstrap/ListGroup');
|
|
24
23
|
require('next/head');
|
|
25
24
|
require('react-bootstrap/Nav');
|
|
@@ -13,7 +13,6 @@ var React__default = _interopDefault(React);
|
|
|
13
13
|
require('prop-types');
|
|
14
14
|
var Container = _interopDefault(require('react-bootstrap/Container'));
|
|
15
15
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
16
|
-
require('next/link');
|
|
17
16
|
var Router = require('next/router');
|
|
18
17
|
var Router__default = _interopDefault(Router);
|
|
19
18
|
require('react-dom');
|
package/dist/cjs/YoutubeGroup.js
CHANGED
|
@@ -8,7 +8,6 @@ require('./web.dom.iterable-8b02d65e.js');
|
|
|
8
8
|
var React = require('react');
|
|
9
9
|
var React__default = _interopDefault(React);
|
|
10
10
|
require('prop-types');
|
|
11
|
-
require('next/link');
|
|
12
11
|
require('react-dom');
|
|
13
12
|
var index$1 = require('./index-fa0fb52c.js');
|
|
14
13
|
var slicedToArray = require('./slicedToArray-879ab2fb.js');
|
package/dist/cjs/index.js
CHANGED
|
@@ -20,7 +20,6 @@ var Row = _interopDefault(require('react-bootstrap/Row'));
|
|
|
20
20
|
var Col = _interopDefault(require('react-bootstrap/Col'));
|
|
21
21
|
require('react-bootstrap/Card');
|
|
22
22
|
var visibilitySensor = require('./visibility-sensor-c2ccc22d.js');
|
|
23
|
-
var Link = _interopDefault(require('next/link'));
|
|
24
23
|
var Router = require('next/router');
|
|
25
24
|
var Router__default = _interopDefault(Router);
|
|
26
25
|
require('react-dom');
|
|
@@ -33,11 +32,11 @@ require('./promise-3b44b2a3.js');
|
|
|
33
32
|
require('./ADInfeed-b042a194.js');
|
|
34
33
|
var DeckContent = require('./DeckContent.js');
|
|
35
34
|
var get$1 = require('./get-3b23d857.js');
|
|
36
|
-
var GridContent = require('./GridContent-
|
|
35
|
+
var GridContent = require('./GridContent-609021de.js');
|
|
37
36
|
var DeckQueue = require('./DeckQueue.js');
|
|
38
37
|
require('react-bootstrap/Media');
|
|
39
38
|
var ThumbnailCard = require('./ThumbnailCard.js');
|
|
40
|
-
var TaxonomyCard = require('./TaxonomyCard-
|
|
39
|
+
var TaxonomyCard = require('./TaxonomyCard-cd4b4668.js');
|
|
41
40
|
require('./react-social-icons-cd0d9d3b.js');
|
|
42
41
|
var smoothscroll = require('./smoothscroll-95231a70.js');
|
|
43
42
|
var GroupDeck = require('./GroupDeck.js');
|
|
@@ -53,7 +52,7 @@ var IssueDeck = require('./IssueDeck.js');
|
|
|
53
52
|
require('react-bootstrap/Badge');
|
|
54
53
|
var IssueContentDeck = require('./IssueContentDeck.js');
|
|
55
54
|
var Spinner = _interopDefault(require('react-bootstrap/Spinner'));
|
|
56
|
-
var TemplateNormal = require('./Normal-
|
|
55
|
+
var TemplateNormal = require('./Normal-0d1211d3.js');
|
|
57
56
|
require('react-bootstrap/ListGroup');
|
|
58
57
|
var Head = _interopDefault(require('next/head'));
|
|
59
58
|
var Accordion = _interopDefault(require('react-bootstrap/Accordion'));
|
|
@@ -16266,14 +16265,10 @@ var InscreenSensor = function (_React$Component) {
|
|
|
16266
16265
|
var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
16267
16266
|
if (authorName && authorURL) {
|
|
16268
16267
|
return React__default.createElement(
|
|
16269
|
-
|
|
16268
|
+
'a',
|
|
16270
16269
|
{ href: '/authors/' + authorURL.current, key: index },
|
|
16271
|
-
|
|
16272
|
-
|
|
16273
|
-
null,
|
|
16274
|
-
authorName,
|
|
16275
|
-
length !== index + 1 && React__default.createElement('br', null)
|
|
16276
|
-
)
|
|
16270
|
+
authorName,
|
|
16271
|
+
length !== index + 1 && React__default.createElement('br', null)
|
|
16277
16272
|
);
|
|
16278
16273
|
} else if (authorName) {
|
|
16279
16274
|
return React__default.createElement(
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -13,7 +13,6 @@ import Row from 'react-bootstrap/Row';
|
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import Card from 'react-bootstrap/Card';
|
|
15
15
|
import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
|
|
16
|
-
import 'next/link';
|
|
17
16
|
import { withRouter } from 'next/router';
|
|
18
17
|
import 'react-dom';
|
|
19
18
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -13,7 +13,6 @@ import Row from 'react-bootstrap/Row';
|
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import Card from 'react-bootstrap/Card';
|
|
15
15
|
import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
|
|
16
|
-
import 'next/link';
|
|
17
16
|
import { withRouter } from 'next/router';
|
|
18
17
|
import 'react-dom';
|
|
19
18
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
@@ -9,7 +9,6 @@ import Row from 'react-bootstrap/Row';
|
|
|
9
9
|
import Col from 'react-bootstrap/Col';
|
|
10
10
|
import Card from 'react-bootstrap/Card';
|
|
11
11
|
import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
|
|
12
|
-
import 'next/link';
|
|
13
12
|
import { withRouter } from 'next/router';
|
|
14
13
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
15
14
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -13,7 +13,6 @@ import 'react-bootstrap/Row';
|
|
|
13
13
|
import 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
15
|
import './visibility-sensor-3cea5efb.js';
|
|
16
|
-
import 'next/link';
|
|
17
16
|
import 'next/router';
|
|
18
17
|
import 'react-dom';
|
|
19
18
|
import './index-51a80699.js';
|
|
@@ -24,4 +23,4 @@ import './AdSlot-8946358f.js';
|
|
|
24
23
|
import './promise-86cb8313.js';
|
|
25
24
|
import './ADInfeed-aadcfc25.js';
|
|
26
25
|
import './get-36d03764.js';
|
|
27
|
-
export { G as default } from './GridContent-
|
|
26
|
+
export { G as default } from './GridContent-f2278de3.js';
|
package/dist/esm/GroupDeck.js
CHANGED
|
@@ -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,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';
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -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';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -13,7 +13,6 @@ import 'react-bootstrap/Row';
|
|
|
13
13
|
import 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
15
|
import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-3cea5efb.js';
|
|
16
|
-
import 'next/link';
|
|
17
16
|
import { withRouter } from 'next/router';
|
|
18
17
|
import 'react-dom';
|
|
19
18
|
import './index-51a80699.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';
|
|
@@ -9,7 +9,6 @@ import React__default, { useState, useEffect, useRef } from 'react';
|
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import 'react-bootstrap/Card';
|
|
11
11
|
import { I as InfiniteScroll, V as VisibilitySensor, m as moment } from './visibility-sensor-3cea5efb.js';
|
|
12
|
-
import 'next/link';
|
|
13
12
|
import { useRouter } from 'next/router';
|
|
14
13
|
import 'react-dom';
|
|
15
14
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
@@ -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,
|
package/dist/esm/TaxonomyCard.js
CHANGED
|
@@ -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-
|
|
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-
|
|
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';
|
|
@@ -8,7 +8,6 @@ import React__default from 'react';
|
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-3cea5efb.js';
|
|
11
|
-
import 'next/link';
|
|
12
11
|
import { withRouter } from 'next/router';
|
|
13
12
|
import 'react-dom';
|
|
14
13
|
import './index-5f9f807a.js';
|
package/dist/esm/YoutubeGroup.js
CHANGED
|
@@ -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
|
@@ -13,7 +13,6 @@ import Row from 'react-bootstrap/Row';
|
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
15
|
import { m as moment, I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-3cea5efb.js';
|
|
16
|
-
import Link from 'next/link';
|
|
17
16
|
import Router, { useRouter } from 'next/router';
|
|
18
17
|
import 'react-dom';
|
|
19
18
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
@@ -26,12 +25,12 @@ import './promise-86cb8313.js';
|
|
|
26
25
|
import './ADInfeed-aadcfc25.js';
|
|
27
26
|
export { default as DeckContent } from './DeckContent.js';
|
|
28
27
|
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-
|
|
28
|
+
export { A as AD, G as GridContent } from './GridContent-f2278de3.js';
|
|
30
29
|
export { default as DeckQueue } from './DeckQueue.js';
|
|
31
30
|
import 'react-bootstrap/Media';
|
|
32
31
|
export { default as ThumbnailCard } from './ThumbnailCard.js';
|
|
33
|
-
import { B as BlockContent } from './TaxonomyCard-
|
|
34
|
-
export { T as TaxonomyCard } from './TaxonomyCard-
|
|
32
|
+
import { B as BlockContent } from './TaxonomyCard-c17e6d28.js';
|
|
33
|
+
export { T as TaxonomyCard } from './TaxonomyCard-c17e6d28.js';
|
|
35
34
|
import './react-social-icons-a7d5c5c7.js';
|
|
36
35
|
import { g as getYoutubeId } from './smoothscroll-4b699764.js';
|
|
37
36
|
import GroupDeck from './GroupDeck.js';
|
|
@@ -48,8 +47,8 @@ export { default as IssueDeck } from './IssueDeck.js';
|
|
|
48
47
|
import 'react-bootstrap/Badge';
|
|
49
48
|
export { default as IssueContentDeck } from './IssueContentDeck.js';
|
|
50
49
|
import Spinner from 'react-bootstrap/Spinner';
|
|
51
|
-
import { M as MdPictureAsPdf } from './Normal-
|
|
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-
|
|
50
|
+
import { M as MdPictureAsPdf } from './Normal-fd393897.js';
|
|
51
|
+
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
52
|
import 'react-bootstrap/ListGroup';
|
|
54
53
|
import Head from 'next/head';
|
|
55
54
|
import Accordion from 'react-bootstrap/Accordion';
|
|
@@ -16263,14 +16262,10 @@ var InscreenSensor = function (_React$Component) {
|
|
|
16263
16262
|
var renderAuthor = function renderAuthor(authorName, authorURL, index, length) {
|
|
16264
16263
|
if (authorName && authorURL) {
|
|
16265
16264
|
return React__default.createElement(
|
|
16266
|
-
|
|
16265
|
+
'a',
|
|
16267
16266
|
{ href: '/authors/' + authorURL.current, key: index },
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
null,
|
|
16271
|
-
authorName,
|
|
16272
|
-
length !== index + 1 && React__default.createElement('br', null)
|
|
16273
|
-
)
|
|
16267
|
+
authorName,
|
|
16268
|
+
length !== index + 1 && React__default.createElement('br', null)
|
|
16274
16269
|
);
|
|
16275
16270
|
} else if (authorName) {
|
|
16276
16271
|
return React__default.createElement(
|