@mjhls/mjh-framework 1.0.621 → 1.0.622
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 +24 -13
- package/dist/cjs/AD300x250x600.js +27 -16
- package/dist/cjs/AD728x90.js +1 -1
- package/dist/cjs/ADFloatingFooter.js +6 -5
- package/dist/cjs/ADGutter.js +45 -4
- package/dist/cjs/{ADInfeed-17a378db.js → ADInfeed-ce11d87d.js} +19 -3
- package/dist/cjs/ADSkyscraper.js +19 -4
- package/dist/cjs/ADSponsoredResources.js +24 -3
- package/dist/cjs/ADWebcast.js +23 -3
- package/dist/cjs/ADWelcome.js +20 -6
- package/dist/cjs/{ADlgInfeed-070d911c.js → ADlgInfeed-7fc40444.js} +19 -3
- package/dist/cjs/AdSlot.js +1 -1
- package/dist/cjs/ArticleQueue.js +1 -1
- package/dist/cjs/Auth.js +1 -1
- package/dist/cjs/Column3.js +1 -1
- package/dist/cjs/DeckContent.js +2 -2
- package/dist/cjs/EventsDeck.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/GridContent.js +3 -3
- package/dist/cjs/HamMagazine.js +1 -1
- package/dist/cjs/IssueLanding.js +3 -3
- package/dist/cjs/LeftNav.js +1 -1
- package/dist/cjs/MasterDeck.js +3 -3
- package/dist/cjs/NavDvm.js +1 -1
- package/dist/cjs/NavMagazine.js +1 -1
- package/dist/cjs/NavNative.js +1 -1
- package/dist/cjs/NavNormal.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +3 -3
- package/dist/cjs/TemplateNormal.js +1 -1
- package/dist/cjs/View.js +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/esm/AD300x250.js +24 -13
- package/dist/esm/AD300x250x600.js +27 -16
- package/dist/esm/AD728x90.js +1 -1
- package/dist/esm/ADFloatingFooter.js +6 -5
- package/dist/esm/ADGutter.js +45 -4
- package/dist/esm/{ADInfeed-0c1bcd33.js → ADInfeed-5fb6c05e.js} +19 -3
- package/dist/esm/ADSkyscraper.js +19 -4
- package/dist/esm/ADSponsoredResources.js +24 -3
- package/dist/esm/ADWebcast.js +23 -3
- package/dist/esm/ADWelcome.js +20 -6
- package/dist/esm/{ADlgInfeed-a2518bca.js → ADlgInfeed-5eab5705.js} +19 -3
- package/dist/esm/AdSlot.js +1 -1
- package/dist/esm/ArticleQueue.js +1 -1
- package/dist/esm/Auth.js +1 -1
- package/dist/esm/Column3.js +1 -1
- package/dist/esm/DeckContent.js +2 -2
- package/dist/esm/EventsDeck.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/GridContent.js +3 -3
- package/dist/esm/HamMagazine.js +1 -1
- package/dist/esm/IssueLanding.js +3 -3
- package/dist/esm/LeftNav.js +1 -1
- package/dist/esm/MasterDeck.js +3 -3
- package/dist/esm/NavDvm.js +1 -1
- package/dist/esm/NavMagazine.js +1 -1
- package/dist/esm/NavNative.js +1 -1
- package/dist/esm/NavNormal.js +1 -1
- package/dist/esm/PartnerDetailListing.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/View.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/index.js +3 -3
- package/package.json +1 -1
package/dist/esm/ADWebcast.js
CHANGED
|
@@ -10,8 +10,8 @@ import 'prop-types';
|
|
|
10
10
|
import './isSymbol-47f5ff3b.js';
|
|
11
11
|
import './debounce-a0d9abca.js';
|
|
12
12
|
import './main-7255814e.js';
|
|
13
|
+
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
13
14
|
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
14
|
-
import './stringify-feadff37.js';
|
|
15
15
|
import './asyncToGenerator-d25aac66.js';
|
|
16
16
|
import './_set-species-75f77d40.js';
|
|
17
17
|
import './beam-c40d77ae.js';
|
|
@@ -65,15 +65,30 @@ var ADWebcast = function ADWebcast(_ref) {
|
|
|
65
65
|
parent.style.display = 'none';
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
var checkIsAdFound = function checkIsAdFound(isFound) {
|
|
68
|
+
var checkIsAdFound = function checkIsAdFound(isFound, adData) {
|
|
69
69
|
// Check for creative ID.
|
|
70
70
|
if (isFound) {
|
|
71
71
|
var parent = document.getElementById('webcast-ad-wrapper');
|
|
72
|
-
|
|
72
|
+
var adSizes = [[1, 1]];
|
|
73
|
+
// Collapsing ad if the as size is [1,1]
|
|
74
|
+
if (adData && adData.event && adData.event.size) {
|
|
75
|
+
var checkAdSize = function checkAdSize(size) {
|
|
76
|
+
return _JSON$stringify(size) === _JSON$stringify(adData.event.size);
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
if (adSizes.some(checkAdSize)) {
|
|
80
|
+
// collapsing webcast AD.
|
|
81
|
+
collapseAd();
|
|
82
|
+
parent.style.display = 'none';
|
|
83
|
+
} else {
|
|
84
|
+
parent.style.display = 'block';
|
|
85
|
+
}
|
|
86
|
+
}
|
|
73
87
|
} else {
|
|
74
88
|
collapseAd();
|
|
75
89
|
}
|
|
76
90
|
};
|
|
91
|
+
|
|
77
92
|
if (widthFlag) {
|
|
78
93
|
return React__default.createElement(
|
|
79
94
|
React__default.Fragment,
|
|
@@ -96,6 +111,11 @@ var ADWebcast = function ADWebcast(_ref) {
|
|
|
96
111
|
refreshFlag: false,
|
|
97
112
|
checkIsAdFound: checkIsAdFound
|
|
98
113
|
})
|
|
114
|
+
),
|
|
115
|
+
React__default.createElement(
|
|
116
|
+
'style',
|
|
117
|
+
{ jsx: 'true' },
|
|
118
|
+
'\n /* setting height to 0px when the ad slot is empty. */\n .webcast-ad-wrapper div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n '
|
|
99
119
|
)
|
|
100
120
|
)
|
|
101
121
|
);
|
package/dist/esm/ADWelcome.js
CHANGED
|
@@ -10,8 +10,8 @@ import 'prop-types';
|
|
|
10
10
|
import './isSymbol-47f5ff3b.js';
|
|
11
11
|
import './debounce-a0d9abca.js';
|
|
12
12
|
import './main-7255814e.js';
|
|
13
|
+
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
13
14
|
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
14
|
-
import './stringify-feadff37.js';
|
|
15
15
|
import './asyncToGenerator-d25aac66.js';
|
|
16
16
|
import './_set-species-75f77d40.js';
|
|
17
17
|
import './beam-c40d77ae.js';
|
|
@@ -64,12 +64,26 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
64
64
|
}
|
|
65
65
|
});
|
|
66
66
|
|
|
67
|
-
var checkIsAdFound = function checkIsAdFound(isFound) {
|
|
67
|
+
var checkIsAdFound = function checkIsAdFound(isFound, adData) {
|
|
68
68
|
if (isFound) {
|
|
69
69
|
var parent = document.getElementById('welcome-modal');
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
var adSizes = [[1, 1]];
|
|
71
|
+
// Collapsing ad if the as size is [1,1]
|
|
72
|
+
if (adData && adData.event && adData.event.size) {
|
|
73
|
+
var checkAdSize = function checkAdSize(size) {
|
|
74
|
+
return _JSON$stringify(size) === _JSON$stringify(adData.event.size);
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
if (adSizes.some(checkAdSize)) {
|
|
78
|
+
// collapsing webcast AD.
|
|
79
|
+
setFlag(true);
|
|
80
|
+
document.body.style.overflow = 'auto';
|
|
81
|
+
}
|
|
82
|
+
} else {
|
|
83
|
+
document.body.style.overflow = 'hidden';
|
|
84
|
+
parent.style.display = 'block';
|
|
85
|
+
calculateTimeLeft(counter + 1);
|
|
86
|
+
}
|
|
73
87
|
} else {
|
|
74
88
|
setFlag(true);
|
|
75
89
|
document.body.style.overflow = 'auto';
|
|
@@ -134,7 +148,7 @@ var ADWelcome = function ADWelcome(_ref) {
|
|
|
134
148
|
React__default.createElement(
|
|
135
149
|
'style',
|
|
136
150
|
{ jsx: 'true' },
|
|
137
|
-
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .' + title + ' {\n width: auto !important;\n padding-top: 25px;\n justify-content: center;\n align-items: center;\n display: flex;\n }\n '
|
|
151
|
+
'\n .continue-site:hover {\n cursor: pointer;\n }\n\n .welcome-modal {\n max-width: 100% !important;\n margin: 0px !important;\n height: 100vh;\n }\n .welcome-ad-head-wrapper {\n display: flex;\n justify-content: space-between;\n }\n .right-top {\n max-width: 250px;\n padding: 10px;\n }\n .left-top {\n max-width: 250px;\n padding: 10px;\n }\n .' + title + ' {\n width: auto !important;\n padding-top: 25px;\n justify-content: center;\n align-items: center;\n display: flex;\n }\n /* setting height to 0px when the ad slot is empty. */\n .' + title + ' div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n '
|
|
138
152
|
)
|
|
139
153
|
);
|
|
140
154
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
2
|
import 'react-bootstrap/Card';
|
|
3
|
+
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
3
4
|
import DFPAdSlot from './AdSlot.js';
|
|
4
5
|
|
|
5
6
|
var ADlgInfeed = function ADlgInfeed(props) {
|
|
@@ -19,10 +20,25 @@ var ADlgInfeed = function ADlgInfeed(props) {
|
|
|
19
20
|
parent.style.display = 'none';
|
|
20
21
|
};
|
|
21
22
|
|
|
22
|
-
var checkIsAdFound = function checkIsAdFound(isFound) {
|
|
23
|
+
var checkIsAdFound = function checkIsAdFound(isFound, adData) {
|
|
23
24
|
if (isFound) {
|
|
24
25
|
var parent = document.getElementById('lg-infeed-wrapper-' + (index + 1));
|
|
25
|
-
|
|
26
|
+
|
|
27
|
+
var adSizes = [[1, 1]];
|
|
28
|
+
// Collapsing ad if the as size is [1,1]
|
|
29
|
+
if (adData && adData.event && adData.event.size) {
|
|
30
|
+
var checkAdSize = function checkAdSize(size) {
|
|
31
|
+
return _JSON$stringify(size) === _JSON$stringify(adData.event.size);
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
if (adSizes.some(checkAdSize)) {
|
|
35
|
+
// collapsing lg-infeed AD.
|
|
36
|
+
collapseAd();
|
|
37
|
+
parent.style.display = 'none';
|
|
38
|
+
} else {
|
|
39
|
+
parent.style.display = 'flex';
|
|
40
|
+
}
|
|
41
|
+
}
|
|
26
42
|
} else {
|
|
27
43
|
collapseAd();
|
|
28
44
|
}
|
|
@@ -35,7 +51,7 @@ var ADlgInfeed = function ADlgInfeed(props) {
|
|
|
35
51
|
React__default.createElement(
|
|
36
52
|
'style',
|
|
37
53
|
{ jsx: 'true' },
|
|
38
|
-
'\n .lg-infeed-wrapper {\n flex-direction: row;\n margin-bottom: 1.25rem;\n padding-bottom: 1.25rem;\n border-bottom: 1px solid rgb(221, 221, 221);\n }\n '
|
|
54
|
+
'\n .lg-infeed-wrapper {\n flex-direction: row;\n margin-bottom: 1.25rem;\n padding-bottom: 1.25rem;\n border-bottom: 1px solid rgb(221, 221, 221);\n }\n .lg-infeed-wrapper div[id*=\'google_ads_iframe\']:empty {\n height: 0px !important;\n }\n '
|
|
39
55
|
)
|
|
40
56
|
);
|
|
41
57
|
};
|
package/dist/esm/AdSlot.js
CHANGED
|
@@ -10,8 +10,8 @@ import PropTypes from 'prop-types';
|
|
|
10
10
|
import './isSymbol-47f5ff3b.js';
|
|
11
11
|
import { d as debounce_1 } from './debounce-a0d9abca.js';
|
|
12
12
|
import { b as main_16 } from './main-7255814e.js';
|
|
13
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
14
13
|
import './stringify-feadff37.js';
|
|
14
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
15
15
|
import './asyncToGenerator-d25aac66.js';
|
|
16
16
|
import './_set-species-75f77d40.js';
|
|
17
17
|
import { B as Beam, S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -27,8 +27,8 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
27
27
|
import './index-5f9f807a.js';
|
|
28
28
|
import { m as main_39 } from './main-7255814e.js';
|
|
29
29
|
import './entities-7cc3bf45.js';
|
|
30
|
-
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a58d7edf.js';
|
|
31
30
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
31
|
+
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a58d7edf.js';
|
|
32
32
|
import './asyncToGenerator-d25aac66.js';
|
|
33
33
|
import './_set-species-75f77d40.js';
|
|
34
34
|
import './beam-c40d77ae.js';
|
package/dist/esm/Auth.js
CHANGED
|
@@ -8,8 +8,8 @@ import { _ as _extends } from './extends-229166d5.js';
|
|
|
8
8
|
import './web.dom.iterable-5c830d3d.js';
|
|
9
9
|
import React__default, { useEffect, useState } from 'react';
|
|
10
10
|
import Router from 'next/router';
|
|
11
|
-
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a58d7edf.js';
|
|
12
11
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
12
|
+
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a58d7edf.js';
|
|
13
13
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-d25aac66.js';
|
|
14
14
|
import './_set-species-75f77d40.js';
|
|
15
15
|
import { Col, Form, Button, Spinner } from 'react-bootstrap';
|
package/dist/esm/Column3.js
CHANGED
|
@@ -13,8 +13,8 @@ import Col from 'react-bootstrap/Col';
|
|
|
13
13
|
import './isSymbol-47f5ff3b.js';
|
|
14
14
|
import './debounce-a0d9abca.js';
|
|
15
15
|
import { m as main_39 } from './main-7255814e.js';
|
|
16
|
-
import './slicedToArray-a58d7edf.js';
|
|
17
16
|
import './stringify-feadff37.js';
|
|
17
|
+
import './slicedToArray-a58d7edf.js';
|
|
18
18
|
import './asyncToGenerator-d25aac66.js';
|
|
19
19
|
import './_set-species-75f77d40.js';
|
|
20
20
|
import './beam-c40d77ae.js';
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -30,13 +30,13 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
30
30
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
31
31
|
import { m as main_39 } from './main-7255814e.js';
|
|
32
32
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
33
|
-
import './slicedToArray-a58d7edf.js';
|
|
34
33
|
import './stringify-feadff37.js';
|
|
34
|
+
import './slicedToArray-a58d7edf.js';
|
|
35
35
|
import './asyncToGenerator-d25aac66.js';
|
|
36
36
|
import './_set-species-75f77d40.js';
|
|
37
37
|
import './beam-c40d77ae.js';
|
|
38
38
|
import './AdSlot.js';
|
|
39
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
39
|
+
import { A as ADInfeed } from './ADInfeed-5fb6c05e.js';
|
|
40
40
|
|
|
41
41
|
var DeckContent = function (_React$Component) {
|
|
42
42
|
_inherits(DeckContent, _React$Component);
|
package/dist/esm/EventsDeck.js
CHANGED
|
@@ -12,8 +12,8 @@ import Card from 'react-bootstrap/Card';
|
|
|
12
12
|
import './moment-12415288.js';
|
|
13
13
|
import { I as InfiniteScroll } from './index.es-938a3a58.js';
|
|
14
14
|
import { m as main_39 } from './main-7255814e.js';
|
|
15
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
16
15
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
16
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
17
17
|
import Button from 'react-bootstrap/Button';
|
|
18
18
|
import Spinner from 'react-bootstrap/Spinner';
|
|
19
19
|
import { m as momentTimezone } from './index-d2f90501.js';
|
|
@@ -26,8 +26,8 @@ import './index-51a80699.js';
|
|
|
26
26
|
import './index-5f9f807a.js';
|
|
27
27
|
import './main-7255814e.js';
|
|
28
28
|
import './entities-7cc3bf45.js';
|
|
29
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
30
29
|
import './stringify-feadff37.js';
|
|
30
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
31
31
|
import './asyncToGenerator-d25aac66.js';
|
|
32
32
|
import './_set-species-75f77d40.js';
|
|
33
33
|
import './beam-c40d77ae.js';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -30,15 +30,15 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
30
30
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
31
31
|
import { m as main_39 } from './main-7255814e.js';
|
|
32
32
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
33
|
-
import './slicedToArray-a58d7edf.js';
|
|
34
33
|
import './stringify-feadff37.js';
|
|
34
|
+
import './slicedToArray-a58d7edf.js';
|
|
35
35
|
import './asyncToGenerator-d25aac66.js';
|
|
36
36
|
import './_set-species-75f77d40.js';
|
|
37
37
|
import './beam-c40d77ae.js';
|
|
38
38
|
import './AdSlot.js';
|
|
39
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
39
|
+
import { A as ADInfeed } from './ADInfeed-5fb6c05e.js';
|
|
40
40
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
41
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
41
|
+
import { A as ADlgInfeed } from './ADlgInfeed-5eab5705.js';
|
|
42
42
|
import './_arrayMap-818441dd.js';
|
|
43
43
|
import { g as get_1 } from './get-58d2f7cc.js';
|
|
44
44
|
import './AD.js';
|
package/dist/esm/HamMagazine.js
CHANGED
|
@@ -8,8 +8,8 @@ import React__default, { useRef, useState, useEffect } from 'react';
|
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import { m as main_39, a as main_40 } from './main-7255814e.js';
|
|
11
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
12
11
|
import './stringify-feadff37.js';
|
|
12
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
13
13
|
import './asyncToGenerator-d25aac66.js';
|
|
14
14
|
import './_set-species-75f77d40.js';
|
|
15
15
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -22,15 +22,15 @@ import './index-51a80699.js';
|
|
|
22
22
|
import './index-5f9f807a.js';
|
|
23
23
|
import './main-7255814e.js';
|
|
24
24
|
import './entities-7cc3bf45.js';
|
|
25
|
-
import './slicedToArray-a58d7edf.js';
|
|
26
25
|
import './stringify-feadff37.js';
|
|
26
|
+
import './slicedToArray-a58d7edf.js';
|
|
27
27
|
import './asyncToGenerator-d25aac66.js';
|
|
28
28
|
import './_set-species-75f77d40.js';
|
|
29
29
|
import './beam-c40d77ae.js';
|
|
30
30
|
import './AdSlot.js';
|
|
31
|
-
import './ADInfeed-
|
|
31
|
+
import './ADInfeed-5fb6c05e.js';
|
|
32
32
|
import './lodash-17fdfebb.js';
|
|
33
|
-
import './ADlgInfeed-
|
|
33
|
+
import './ADlgInfeed-5eab5705.js';
|
|
34
34
|
import './AuthorComponent-4ddf3533.js';
|
|
35
35
|
import 'react-bootstrap';
|
|
36
36
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
package/dist/esm/LeftNav.js
CHANGED
|
@@ -10,8 +10,8 @@ import 'prop-types';
|
|
|
10
10
|
import './isSymbol-47f5ff3b.js';
|
|
11
11
|
import './debounce-a0d9abca.js';
|
|
12
12
|
import './main-7255814e.js';
|
|
13
|
-
import './slicedToArray-a58d7edf.js';
|
|
14
13
|
import './stringify-feadff37.js';
|
|
14
|
+
import './slicedToArray-a58d7edf.js';
|
|
15
15
|
import './asyncToGenerator-d25aac66.js';
|
|
16
16
|
import './_set-species-75f77d40.js';
|
|
17
17
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -28,15 +28,15 @@ import 'react-dom';
|
|
|
28
28
|
import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
|
|
29
29
|
import './index-51a80699.js';
|
|
30
30
|
import { m as main_39 } from './main-7255814e.js';
|
|
31
|
-
import './slicedToArray-a58d7edf.js';
|
|
32
31
|
import './stringify-feadff37.js';
|
|
32
|
+
import './slicedToArray-a58d7edf.js';
|
|
33
33
|
import { _ as _Promise } from './asyncToGenerator-d25aac66.js';
|
|
34
34
|
import './_set-species-75f77d40.js';
|
|
35
35
|
import './beam-c40d77ae.js';
|
|
36
36
|
import './AdSlot.js';
|
|
37
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
37
|
+
import { A as ADInfeed } from './ADInfeed-5fb6c05e.js';
|
|
38
38
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
39
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
39
|
+
import { A as ADlgInfeed } from './ADlgInfeed-5eab5705.js';
|
|
40
40
|
|
|
41
41
|
var MasterDeck = function (_React$Component) {
|
|
42
42
|
_inherits(MasterDeck, _React$Component);
|
package/dist/esm/NavDvm.js
CHANGED
|
@@ -6,8 +6,8 @@ import './_iter-detect-70af34ea.js';
|
|
|
6
6
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
7
|
import React__default from 'react';
|
|
8
8
|
import Container from 'react-bootstrap/Container';
|
|
9
|
-
import './slicedToArray-a58d7edf.js';
|
|
10
9
|
import './stringify-feadff37.js';
|
|
10
|
+
import './slicedToArray-a58d7edf.js';
|
|
11
11
|
import './asyncToGenerator-d25aac66.js';
|
|
12
12
|
import './_set-species-75f77d40.js';
|
|
13
13
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/NavMagazine.js
CHANGED
|
@@ -8,8 +8,8 @@ import React__default, { useRef, useState, useEffect } from 'react';
|
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import { a as main_40 } from './main-7255814e.js';
|
|
11
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
12
11
|
import './stringify-feadff37.js';
|
|
12
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
13
13
|
import './asyncToGenerator-d25aac66.js';
|
|
14
14
|
import './_set-species-75f77d40.js';
|
|
15
15
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/NavNative.js
CHANGED
|
@@ -8,8 +8,8 @@ import React__default, { useRef, useState, useEffect } from 'react';
|
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import { a as main_40 } from './main-7255814e.js';
|
|
11
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
12
11
|
import './stringify-feadff37.js';
|
|
12
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
13
13
|
import './asyncToGenerator-d25aac66.js';
|
|
14
14
|
import './_set-species-75f77d40.js';
|
|
15
15
|
import { S as Segment } from './beam-c40d77ae.js';
|
package/dist/esm/NavNormal.js
CHANGED
|
@@ -6,8 +6,8 @@ import './_iter-detect-70af34ea.js';
|
|
|
6
6
|
import './web.dom.iterable-5c830d3d.js';
|
|
7
7
|
import React__default, { useRef, useEffect } from 'react';
|
|
8
8
|
import Container from 'react-bootstrap/Container';
|
|
9
|
-
import './slicedToArray-a58d7edf.js';
|
|
10
9
|
import './stringify-feadff37.js';
|
|
10
|
+
import './slicedToArray-a58d7edf.js';
|
|
11
11
|
import './asyncToGenerator-d25aac66.js';
|
|
12
12
|
import './_set-species-75f77d40.js';
|
|
13
13
|
import { S as Segment } from './beam-c40d77ae.js';
|
|
@@ -29,15 +29,15 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
29
29
|
import './index-5f9f807a.js';
|
|
30
30
|
import './main-7255814e.js';
|
|
31
31
|
import './entities-7cc3bf45.js';
|
|
32
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
33
32
|
import './stringify-feadff37.js';
|
|
33
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
34
34
|
import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-d25aac66.js';
|
|
35
35
|
import './_set-species-75f77d40.js';
|
|
36
36
|
import './beam-c40d77ae.js';
|
|
37
37
|
import './AdSlot.js';
|
|
38
|
-
import './ADInfeed-
|
|
38
|
+
import './ADInfeed-5fb6c05e.js';
|
|
39
39
|
import './lodash-17fdfebb.js';
|
|
40
|
-
import './ADlgInfeed-
|
|
40
|
+
import './ADlgInfeed-5eab5705.js';
|
|
41
41
|
import './AuthorComponent-4ddf3533.js';
|
|
42
42
|
import { B as BlockContent } from './BlockContent-a614acdf.js';
|
|
43
43
|
import { s as smoothscroll } from './smoothscroll-4b699764.js';
|
|
@@ -22,15 +22,15 @@ import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
|
22
22
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
23
23
|
import { m as main_39 } from './main-7255814e.js';
|
|
24
24
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
25
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
26
25
|
import './stringify-feadff37.js';
|
|
26
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
27
27
|
import './asyncToGenerator-d25aac66.js';
|
|
28
28
|
import './_set-species-75f77d40.js';
|
|
29
29
|
import './beam-c40d77ae.js';
|
|
30
30
|
import './AdSlot.js';
|
|
31
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
31
|
+
import { A as ADInfeed } from './ADInfeed-5fb6c05e.js';
|
|
32
32
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
33
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
33
|
+
import { A as ADlgInfeed } from './ADlgInfeed-5eab5705.js';
|
|
34
34
|
import { A as AuthorComponent } from './AuthorComponent-4ddf3533.js';
|
|
35
35
|
import { Container, Media } from 'react-bootstrap';
|
|
36
36
|
|
|
@@ -15,8 +15,8 @@ import { useRouter } from 'next/router';
|
|
|
15
15
|
import './isSymbol-47f5ff3b.js';
|
|
16
16
|
import './debounce-a0d9abca.js';
|
|
17
17
|
import './main-7255814e.js';
|
|
18
|
-
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
19
18
|
import './stringify-feadff37.js';
|
|
19
|
+
import { _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
20
20
|
import './asyncToGenerator-d25aac66.js';
|
|
21
21
|
import './_set-species-75f77d40.js';
|
|
22
22
|
import './beam-c40d77ae.js';
|
package/dist/esm/View.js
CHANGED
|
@@ -27,8 +27,8 @@ import './index-51a80699.js';
|
|
|
27
27
|
import './index-5f9f807a.js';
|
|
28
28
|
import { m as main_39 } from './main-7255814e.js';
|
|
29
29
|
import './entities-7cc3bf45.js';
|
|
30
|
-
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
31
30
|
import { _ as _JSON$stringify } from './stringify-feadff37.js';
|
|
31
|
+
import { a as _getIterator, _ as _slicedToArray } from './slicedToArray-a58d7edf.js';
|
|
32
32
|
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-d25aac66.js';
|
|
33
33
|
import './_set-species-75f77d40.js';
|
|
34
34
|
import './beam-c40d77ae.js';
|
|
@@ -26,8 +26,8 @@ import './index-51a80699.js';
|
|
|
26
26
|
import './index-5f9f807a.js';
|
|
27
27
|
import './main-7255814e.js';
|
|
28
28
|
import './entities-7cc3bf45.js';
|
|
29
|
-
import './slicedToArray-a58d7edf.js';
|
|
30
29
|
import './stringify-feadff37.js';
|
|
30
|
+
import './slicedToArray-a58d7edf.js';
|
|
31
31
|
import './asyncToGenerator-d25aac66.js';
|
|
32
32
|
import './_set-species-75f77d40.js';
|
|
33
33
|
import './beam-c40d77ae.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -30,16 +30,16 @@ import './index-51a80699.js';
|
|
|
30
30
|
import './index-5f9f807a.js';
|
|
31
31
|
import './main-7255814e.js';
|
|
32
32
|
import './entities-7cc3bf45.js';
|
|
33
|
-
import './slicedToArray-a58d7edf.js';
|
|
34
33
|
import './stringify-feadff37.js';
|
|
34
|
+
import './slicedToArray-a58d7edf.js';
|
|
35
35
|
import './asyncToGenerator-d25aac66.js';
|
|
36
36
|
import './_set-species-75f77d40.js';
|
|
37
37
|
export { B as Beam, S as Segment } from './beam-c40d77ae.js';
|
|
38
38
|
export { default as AdSlot } from './AdSlot.js';
|
|
39
|
-
import './ADInfeed-
|
|
39
|
+
import './ADInfeed-5fb6c05e.js';
|
|
40
40
|
export { default as DeckContent } from './DeckContent.js';
|
|
41
41
|
import './lodash-17fdfebb.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-5eab5705.js';
|
|
43
43
|
import './_arrayMap-818441dd.js';
|
|
44
44
|
import './get-58d2f7cc.js';
|
|
45
45
|
export { default as AD } from './AD.js';
|