@mjhls/mjh-framework 1.0.694-beta.1 → 1.0.694-beta.3
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/dist/cjs/View.js +136 -175
- package/dist/cjs/getQuery.js +2 -2
- package/dist/cjs/getRelatedArticle.js +75 -32
- package/dist/cjs/index.js +5 -82
- package/dist/esm/AD300x250.js +1 -1
- package/dist/esm/AD300x250x600.js +1 -1
- package/dist/esm/AD728x90.js +1 -1
- package/dist/esm/ADFloatingFooter.js +1 -1
- package/dist/esm/ADGutter.js +1 -1
- package/dist/esm/ADSkyscraper.js +1 -1
- package/dist/esm/ADSponsoredResources.js +1 -1
- package/dist/esm/ADWebcast.js +1 -1
- package/dist/esm/ADWelcome.js +1 -1
- package/dist/esm/AdSlot.js +1 -1
- package/dist/esm/Auth.js +1 -1
- package/dist/esm/Beam.js +1 -1
- package/dist/esm/CMEDeck.js +1 -1
- package/dist/esm/Column2.js +1 -1
- package/dist/esm/Column3.js +1 -1
- package/dist/esm/DeckContent.js +2 -2
- package/dist/esm/ExternalResources.js +2 -2
- 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 +4 -4
- package/dist/esm/QueueDeckExpanded.js +3 -3
- package/dist/esm/Segment.js +1 -1
- package/dist/esm/SideFooter.js +1 -1
- package/dist/esm/TemplateNormal.js +1 -1
- package/dist/esm/VideoSeriesFilter.js +1 -1
- package/dist/esm/View.js +138 -177
- package/dist/esm/{asyncToGenerator-d0f08f8d.js → asyncToGenerator-7c654f36.js} +1 -1
- package/dist/esm/getQuery.js +2 -2
- package/dist/esm/getRelatedArticle.js +76 -33
- package/dist/esm/getSerializers.js +2 -2
- package/dist/esm/index.js +8 -86
- package/package.json +1 -1
- /package/dist/esm/{ADInfeed-d46be909.js → ADInfeed-eae71d07.js} +0 -0
- /package/dist/esm/{ADlgInfeed-5d1bce95.js → ADlgInfeed-c619fe64.js} +0 -0
- /package/dist/esm/{index-aad92b92.js → index-c376cd8e.js} +0 -0
package/dist/cjs/index.js
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }
|
|
6
|
-
|
|
7
5
|
require('./_commonjsHelpers-06173234.js');
|
|
8
6
|
require('./_to-object-329a650b.js');
|
|
9
7
|
require('./es6.string.iterator-cc0bbaa4.js');
|
|
@@ -12,15 +10,14 @@ require('./_iter-detect-60b2f026.js');
|
|
|
12
10
|
require('./toConsumableArray-9a3476fe.js');
|
|
13
11
|
require('./core.get-iterator-method-f62321d4.js');
|
|
14
12
|
require('./_object-pie-68c5bcbc.js');
|
|
15
|
-
|
|
13
|
+
require('./extends-60837c34.js');
|
|
16
14
|
require('./_object-sap-5e74ba08.js');
|
|
17
15
|
require('./inherits-513d81cd.js');
|
|
18
16
|
require('./define-property-f4d12f4e.js');
|
|
19
17
|
require('./web.dom.iterable-a0e279c1.js');
|
|
20
18
|
require('./typeof-725500bc.js');
|
|
21
19
|
require('./_is-array-754e012d.js');
|
|
22
|
-
|
|
23
|
-
var React__default = _interopDefault(React);
|
|
20
|
+
require('react');
|
|
24
21
|
require('./index-fa8ed292.js');
|
|
25
22
|
require('prop-types');
|
|
26
23
|
require('react-bootstrap/Container');
|
|
@@ -40,7 +37,7 @@ require('./main-a4cb15bb.js');
|
|
|
40
37
|
require('./entities-310b46ee.js');
|
|
41
38
|
require('./stringify-7c5aff47.js');
|
|
42
39
|
require('./slicedToArray-8f385299.js');
|
|
43
|
-
|
|
40
|
+
require('./asyncToGenerator-533d476a.js');
|
|
44
41
|
require('./_set-species-f92c67c5.js');
|
|
45
42
|
var Segment = require('./Segment.js');
|
|
46
43
|
var Beam = require('./Beam.js');
|
|
@@ -57,7 +54,7 @@ var GridContent = require('./GridContent.js');
|
|
|
57
54
|
var DeckQueue = require('./DeckQueue.js');
|
|
58
55
|
require('react-bootstrap/Media');
|
|
59
56
|
var ThumbnailCard = require('./ThumbnailCard.js');
|
|
60
|
-
|
|
57
|
+
require('./BlockContent-091a991f.js');
|
|
61
58
|
require('./react-social-icons-f7f48f71.js');
|
|
62
59
|
var TaxonomyCard = require('./TaxonomyCard.js');
|
|
63
60
|
var RolesDeck = require('./RolesDeck.js');
|
|
@@ -90,7 +87,7 @@ var getSerializers = require('./index-a5919bab.js');
|
|
|
90
87
|
require('./util-f2c1b65b.js');
|
|
91
88
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
92
89
|
require('react-bootstrap/Pagination');
|
|
93
|
-
|
|
90
|
+
require('next/head');
|
|
94
91
|
var ExternalResources = require('./ExternalResources.js');
|
|
95
92
|
var Column1 = require('./Column1.js');
|
|
96
93
|
var SideFooter = require('./SideFooter.js');
|
|
@@ -178,80 +175,7 @@ var urlFor = require('./urlFor.js');
|
|
|
178
175
|
require('./style-inject.es-dcee06b6.js');
|
|
179
176
|
var PartnerDetailListing = require('./PartnerDetailListing.js');
|
|
180
177
|
|
|
181
|
-
var _this = undefined;
|
|
182
|
-
|
|
183
|
-
var blocksToText = function blocksToText(blocks) {
|
|
184
|
-
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
185
|
-
|
|
186
|
-
var defaults = { nonTextBehavior: 'remove' };
|
|
187
|
-
var options = _extends._Object$assign({}, defaults, opts);
|
|
188
|
-
return blocks.map(function (block) {
|
|
189
|
-
if (block._type !== 'block' || !block.children) {
|
|
190
|
-
return options.nonTextBehavior === 'remove' ? '' : '[' + block._type + ' block]';
|
|
191
|
-
}
|
|
192
|
-
return block.children.map(function (child) {
|
|
193
|
-
return child.text;
|
|
194
|
-
}).join('');
|
|
195
|
-
}).join('\n\n');
|
|
196
|
-
};
|
|
197
|
-
|
|
198
|
-
var TaxonomyDescription = function TaxonomyDescription(_ref) {
|
|
199
|
-
var data = _ref.data,
|
|
200
|
-
client = _ref.client;
|
|
201
|
-
|
|
202
|
-
return data && data.length > 0 && React__default.createElement(
|
|
203
|
-
'section',
|
|
204
|
-
{ className: 'taxonomy-description' },
|
|
205
|
-
React__default.createElement(
|
|
206
|
-
Head,
|
|
207
|
-
null,
|
|
208
|
-
React__default.createElement('meta', { name: 'description', content: blocksToText(data), key: 'description' })
|
|
209
|
-
),
|
|
210
|
-
React__default.createElement(BlockContent.BlockContent, _extends._extends({ serializers: getSerializers.getSerializers(client), blocks: data, imageOptions: { w: 320, h: 240, fit: 'max' } }, client.config()))
|
|
211
|
-
);
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
TaxonomyDescription.getDescription = function () {
|
|
215
|
-
var _ref2 = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee() {
|
|
216
|
-
var url = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '';
|
|
217
|
-
var client = arguments[1];
|
|
218
|
-
var query, summary;
|
|
219
|
-
return asyncToGenerator.regenerator.wrap(function _callee$(_context) {
|
|
220
|
-
while (1) {
|
|
221
|
-
switch (_context.prev = _context.next) {
|
|
222
|
-
case 0:
|
|
223
|
-
query = '*[_type == \'taxonomy\' && identifier == \'' + url + '\'][0].summary';
|
|
224
|
-
summary = [];
|
|
225
|
-
_context.prev = 2;
|
|
226
|
-
_context.next = 5;
|
|
227
|
-
return client.fetch(query);
|
|
228
|
-
|
|
229
|
-
case 5:
|
|
230
|
-
summary = _context.sent;
|
|
231
|
-
_context.next = 11;
|
|
232
|
-
break;
|
|
233
|
-
|
|
234
|
-
case 8:
|
|
235
|
-
_context.prev = 8;
|
|
236
|
-
_context.t0 = _context['catch'](2);
|
|
237
|
-
|
|
238
|
-
console.error(_context.t0);
|
|
239
|
-
|
|
240
|
-
case 11:
|
|
241
|
-
return _context.abrupt('return', summary);
|
|
242
|
-
|
|
243
|
-
case 12:
|
|
244
|
-
case 'end':
|
|
245
|
-
return _context.stop();
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}, _callee, _this, [[2, 8]]);
|
|
249
|
-
}));
|
|
250
178
|
|
|
251
|
-
return function () {
|
|
252
|
-
return _ref2.apply(this, arguments);
|
|
253
|
-
};
|
|
254
|
-
}();
|
|
255
179
|
|
|
256
180
|
exports.Segment = Segment;
|
|
257
181
|
exports.Beam = Beam;
|
|
@@ -338,4 +262,3 @@ exports.View = View;
|
|
|
338
262
|
exports.getKeywords = getKeywords;
|
|
339
263
|
exports.urlFor = urlFor;
|
|
340
264
|
exports.PartnerDetailListing = PartnerDetailListing;
|
|
341
|
-
exports.TaxonomyDescription = TaxonomyDescription;
|
package/dist/esm/AD300x250.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/AD728x90.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/ADGutter.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/ADSkyscraper.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/ADWebcast.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/ADWelcome.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/AdSlot.js
CHANGED
|
@@ -13,7 +13,7 @@ import { d as debounce_1 } from './debounce-1a993acf.js';
|
|
|
13
13
|
import { b as main_16 } from './main-5d1e4bd3.js';
|
|
14
14
|
import './stringify-008c8802.js';
|
|
15
15
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import Segment from './Segment.js';
|
|
19
19
|
import Beam from './Beam.js';
|
package/dist/esm/Auth.js
CHANGED
|
@@ -11,7 +11,7 @@ import React__default, { useEffect, useState } from 'react';
|
|
|
11
11
|
import Router from 'next/router';
|
|
12
12
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
13
13
|
import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-7021e5df.js';
|
|
14
|
-
import {
|
|
14
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7c654f36.js';
|
|
15
15
|
import './_set-species-cede29f8.js';
|
|
16
16
|
import { Col, Form, Button, Spinner } from 'react-bootstrap';
|
|
17
17
|
import { u as util } from './util-7700fc59.js';
|
package/dist/esm/Beam.js
CHANGED
|
@@ -6,7 +6,7 @@ import './_iter-detect-59409a32.js';
|
|
|
6
6
|
import './core.get-iterator-method-54d2e411.js';
|
|
7
7
|
import './web.dom.iterable-8956f9a5.js';
|
|
8
8
|
import { _ as _JSON$stringify } from './stringify-008c8802.js';
|
|
9
|
-
import {
|
|
9
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7c654f36.js';
|
|
10
10
|
import './_set-species-cede29f8.js';
|
|
11
11
|
import Segment from './Segment.js';
|
|
12
12
|
|
package/dist/esm/CMEDeck.js
CHANGED
|
@@ -20,7 +20,7 @@ import 'react-dom';
|
|
|
20
20
|
import { V as VisibilitySensor } from './visibility-sensor-0baa4eea.js';
|
|
21
21
|
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
22
22
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
23
|
-
import {
|
|
23
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7c654f36.js';
|
|
24
24
|
import './_set-species-cede29f8.js';
|
|
25
25
|
import { Spinner, Container, Row, Col } from 'react-bootstrap';
|
|
26
26
|
|
package/dist/esm/Column2.js
CHANGED
|
@@ -11,7 +11,7 @@ import 'prop-types';
|
|
|
11
11
|
import Row from 'react-bootstrap/Row';
|
|
12
12
|
import Col from 'react-bootstrap/Col';
|
|
13
13
|
import './isSymbol-807e927e.js';
|
|
14
|
-
import './asyncToGenerator-
|
|
14
|
+
import './asyncToGenerator-7c654f36.js';
|
|
15
15
|
import './_set-species-cede29f8.js';
|
|
16
16
|
import './Segment.js';
|
|
17
17
|
import './get-5ee14cda.js';
|
package/dist/esm/Column3.js
CHANGED
|
@@ -16,7 +16,7 @@ import './debounce-1a993acf.js';
|
|
|
16
16
|
import { m as main_36 } from './main-5d1e4bd3.js';
|
|
17
17
|
import './stringify-008c8802.js';
|
|
18
18
|
import './slicedToArray-7021e5df.js';
|
|
19
|
-
import './asyncToGenerator-
|
|
19
|
+
import './asyncToGenerator-7c654f36.js';
|
|
20
20
|
import './_set-species-cede29f8.js';
|
|
21
21
|
import './Segment.js';
|
|
22
22
|
import './Beam.js';
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -33,12 +33,12 @@ import { m as main_36 } from './main-5d1e4bd3.js';
|
|
|
33
33
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
34
34
|
import './stringify-008c8802.js';
|
|
35
35
|
import './slicedToArray-7021e5df.js';
|
|
36
|
-
import './asyncToGenerator-
|
|
36
|
+
import './asyncToGenerator-7c654f36.js';
|
|
37
37
|
import './_set-species-cede29f8.js';
|
|
38
38
|
import './Segment.js';
|
|
39
39
|
import './Beam.js';
|
|
40
40
|
import './AdSlot.js';
|
|
41
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
41
|
+
import { A as ADInfeed } from './ADInfeed-eae71d07.js';
|
|
42
42
|
|
|
43
43
|
var DeckContent = function (_React$Component) {
|
|
44
44
|
_inherits(DeckContent, _React$Component);
|
|
@@ -29,7 +29,7 @@ import './main-5d1e4bd3.js';
|
|
|
29
29
|
import './entities-7cc3bf45.js';
|
|
30
30
|
import './stringify-008c8802.js';
|
|
31
31
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
32
|
-
import './asyncToGenerator-
|
|
32
|
+
import './asyncToGenerator-7c654f36.js';
|
|
33
33
|
import './_set-species-cede29f8.js';
|
|
34
34
|
import './Segment.js';
|
|
35
35
|
import './Beam.js';
|
|
@@ -42,7 +42,7 @@ import './iconBase-602d52fe.js';
|
|
|
42
42
|
import './index.esm-29e48d38.js';
|
|
43
43
|
import Button from 'react-bootstrap/Button';
|
|
44
44
|
import { m as momentTimezone } from './index-ef6d5dcf.js';
|
|
45
|
-
import { g as getSerializers } from './index-
|
|
45
|
+
import { g as getSerializers } from './index-c376cd8e.js';
|
|
46
46
|
import './util-7700fc59.js';
|
|
47
47
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
48
48
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -33,14 +33,14 @@ import { m as main_36 } from './main-5d1e4bd3.js';
|
|
|
33
33
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
34
34
|
import './stringify-008c8802.js';
|
|
35
35
|
import './slicedToArray-7021e5df.js';
|
|
36
|
-
import './asyncToGenerator-
|
|
36
|
+
import './asyncToGenerator-7c654f36.js';
|
|
37
37
|
import './_set-species-cede29f8.js';
|
|
38
38
|
import './Segment.js';
|
|
39
39
|
import './Beam.js';
|
|
40
40
|
import './AdSlot.js';
|
|
41
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
41
|
+
import { A as ADInfeed } from './ADInfeed-eae71d07.js';
|
|
42
42
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
43
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
43
|
+
import { A as ADlgInfeed } from './ADlgInfeed-c619fe64.js';
|
|
44
44
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
45
45
|
import { g as get_1 } from './get-5ee14cda.js';
|
|
46
46
|
import './AD.js';
|
package/dist/esm/HamMagazine.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'prop-types';
|
|
|
10
10
|
import Container from 'react-bootstrap/Container';
|
|
11
11
|
import { m as main_36, a as main_37 } from './main-5d1e4bd3.js';
|
|
12
12
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
13
|
-
import './asyncToGenerator-
|
|
13
|
+
import './asyncToGenerator-7c654f36.js';
|
|
14
14
|
import './_set-species-cede29f8.js';
|
|
15
15
|
import Segment from './Segment.js';
|
|
16
16
|
import './react-social-icons-a7d5c5c7.js';
|
package/dist/esm/IssueLanding.js
CHANGED
|
@@ -25,14 +25,14 @@ import './main-5d1e4bd3.js';
|
|
|
25
25
|
import './entities-7cc3bf45.js';
|
|
26
26
|
import './stringify-008c8802.js';
|
|
27
27
|
import './slicedToArray-7021e5df.js';
|
|
28
|
-
import './asyncToGenerator-
|
|
28
|
+
import './asyncToGenerator-7c654f36.js';
|
|
29
29
|
import './_set-species-cede29f8.js';
|
|
30
30
|
import './Segment.js';
|
|
31
31
|
import './Beam.js';
|
|
32
32
|
import './AdSlot.js';
|
|
33
|
-
import './ADInfeed-
|
|
33
|
+
import './ADInfeed-eae71d07.js';
|
|
34
34
|
import './lodash-17fdfebb.js';
|
|
35
|
-
import './ADlgInfeed-
|
|
35
|
+
import './ADlgInfeed-c619fe64.js';
|
|
36
36
|
import './getContentCategory-15dcc413.js';
|
|
37
37
|
import './AuthorComponent-00f13201.js';
|
|
38
38
|
import 'react-bootstrap';
|
package/dist/esm/LeftNav.js
CHANGED
|
@@ -13,7 +13,7 @@ import './debounce-1a993acf.js';
|
|
|
13
13
|
import './main-5d1e4bd3.js';
|
|
14
14
|
import './stringify-008c8802.js';
|
|
15
15
|
import './slicedToArray-7021e5df.js';
|
|
16
|
-
import './asyncToGenerator-
|
|
16
|
+
import './asyncToGenerator-7c654f36.js';
|
|
17
17
|
import './_set-species-cede29f8.js';
|
|
18
18
|
import Segment from './Segment.js';
|
|
19
19
|
import './Beam.js';
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -31,14 +31,14 @@ import './index-73819142.js';
|
|
|
31
31
|
import './main-5d1e4bd3.js';
|
|
32
32
|
import './stringify-008c8802.js';
|
|
33
33
|
import './slicedToArray-7021e5df.js';
|
|
34
|
-
import {
|
|
34
|
+
import { _ as _Promise } from './asyncToGenerator-7c654f36.js';
|
|
35
35
|
import './_set-species-cede29f8.js';
|
|
36
36
|
import './Segment.js';
|
|
37
37
|
import './Beam.js';
|
|
38
38
|
import './AdSlot.js';
|
|
39
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
39
|
+
import { A as ADInfeed } from './ADInfeed-eae71d07.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-c619fe64.js';
|
|
42
42
|
|
|
43
43
|
var MasterDeck = function (_React$Component) {
|
|
44
44
|
_inherits(MasterDeck, _React$Component);
|
package/dist/esm/NavDvm.js
CHANGED
|
@@ -8,7 +8,7 @@ import './web.dom.iterable-8956f9a5.js';
|
|
|
8
8
|
import React__default, { useRef, useEffect } from 'react';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import './slicedToArray-7021e5df.js';
|
|
11
|
-
import './asyncToGenerator-
|
|
11
|
+
import './asyncToGenerator-7c654f36.js';
|
|
12
12
|
import './_set-species-cede29f8.js';
|
|
13
13
|
import Segment from './Segment.js';
|
|
14
14
|
import 'react-bootstrap/Button';
|
package/dist/esm/NavMagazine.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'prop-types';
|
|
|
10
10
|
import Container from 'react-bootstrap/Container';
|
|
11
11
|
import { a as main_37 } from './main-5d1e4bd3.js';
|
|
12
12
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
13
|
-
import './asyncToGenerator-
|
|
13
|
+
import './asyncToGenerator-7c654f36.js';
|
|
14
14
|
import './_set-species-cede29f8.js';
|
|
15
15
|
import Segment from './Segment.js';
|
|
16
16
|
import './react-social-icons-a7d5c5c7.js';
|
package/dist/esm/NavNative.js
CHANGED
|
@@ -10,7 +10,7 @@ import 'prop-types';
|
|
|
10
10
|
import Container from 'react-bootstrap/Container';
|
|
11
11
|
import { a as main_37 } from './main-5d1e4bd3.js';
|
|
12
12
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
13
|
-
import './asyncToGenerator-
|
|
13
|
+
import './asyncToGenerator-7c654f36.js';
|
|
14
14
|
import './_set-species-cede29f8.js';
|
|
15
15
|
import Segment from './Segment.js';
|
|
16
16
|
import './react-social-icons-a7d5c5c7.js';
|
package/dist/esm/NavNormal.js
CHANGED
|
@@ -8,7 +8,7 @@ import './web.dom.iterable-8956f9a5.js';
|
|
|
8
8
|
import React__default, { useRef, useEffect } from 'react';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
10
|
import './slicedToArray-7021e5df.js';
|
|
11
|
-
import './asyncToGenerator-
|
|
11
|
+
import './asyncToGenerator-7c654f36.js';
|
|
12
12
|
import './_set-species-cede29f8.js';
|
|
13
13
|
import Segment from './Segment.js';
|
|
14
14
|
import './iconBase-602d52fe.js';
|
|
@@ -32,14 +32,14 @@ import './main-5d1e4bd3.js';
|
|
|
32
32
|
import './entities-7cc3bf45.js';
|
|
33
33
|
import './stringify-008c8802.js';
|
|
34
34
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
35
|
-
import {
|
|
35
|
+
import { a as _asyncToGenerator, r as regenerator, _ as _Promise } from './asyncToGenerator-7c654f36.js';
|
|
36
36
|
import './_set-species-cede29f8.js';
|
|
37
37
|
import './Segment.js';
|
|
38
38
|
import './Beam.js';
|
|
39
39
|
import './AdSlot.js';
|
|
40
|
-
import './ADInfeed-
|
|
40
|
+
import './ADInfeed-eae71d07.js';
|
|
41
41
|
import './lodash-17fdfebb.js';
|
|
42
|
-
import './ADlgInfeed-
|
|
42
|
+
import './ADlgInfeed-c619fe64.js';
|
|
43
43
|
import './getContentCategory-15dcc413.js';
|
|
44
44
|
import './AuthorComponent-00f13201.js';
|
|
45
45
|
import { B as BlockContent } from './BlockContent-e9b4ddcf.js';
|
|
@@ -51,7 +51,7 @@ import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
|
51
51
|
import './iconBase-602d52fe.js';
|
|
52
52
|
import './index.esm-29e48d38.js';
|
|
53
53
|
import 'react-bootstrap/Button';
|
|
54
|
-
import { g as getSerializers } from './index-
|
|
54
|
+
import { g as getSerializers } from './index-c376cd8e.js';
|
|
55
55
|
import './util-7700fc59.js';
|
|
56
56
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
57
57
|
import 'react-bootstrap/Pagination';
|
|
@@ -25,14 +25,14 @@ import { m as main_36 } from './main-5d1e4bd3.js';
|
|
|
25
25
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
26
26
|
import './stringify-008c8802.js';
|
|
27
27
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
28
|
-
import './asyncToGenerator-
|
|
28
|
+
import './asyncToGenerator-7c654f36.js';
|
|
29
29
|
import './_set-species-cede29f8.js';
|
|
30
30
|
import './Segment.js';
|
|
31
31
|
import './Beam.js';
|
|
32
32
|
import './AdSlot.js';
|
|
33
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
33
|
+
import { A as ADInfeed } from './ADInfeed-eae71d07.js';
|
|
34
34
|
import { l as lodash } from './lodash-17fdfebb.js';
|
|
35
|
-
import { A as ADlgInfeed } from './ADlgInfeed-
|
|
35
|
+
import { A as ADlgInfeed } from './ADlgInfeed-c619fe64.js';
|
|
36
36
|
import { g as getContentCategory } from './getContentCategory-15dcc413.js';
|
|
37
37
|
import { A as AuthorComponent } from './AuthorComponent-00f13201.js';
|
|
38
38
|
import { Container, Media } from 'react-bootstrap';
|
package/dist/esm/Segment.js
CHANGED
|
@@ -5,7 +5,7 @@ import './_library-528f1934.js';
|
|
|
5
5
|
import './_iter-detect-59409a32.js';
|
|
6
6
|
import './core.get-iterator-method-54d2e411.js';
|
|
7
7
|
import './web.dom.iterable-8956f9a5.js';
|
|
8
|
-
import {
|
|
8
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7c654f36.js';
|
|
9
9
|
import './_set-species-cede29f8.js';
|
|
10
10
|
|
|
11
11
|
require("babel-polyfill");
|
package/dist/esm/SideFooter.js
CHANGED
|
@@ -9,7 +9,7 @@ import './web.dom.iterable-8956f9a5.js';
|
|
|
9
9
|
import React__default, { useRef, useEffect } from 'react';
|
|
10
10
|
import 'prop-types';
|
|
11
11
|
import './isSymbol-807e927e.js';
|
|
12
|
-
import './asyncToGenerator-
|
|
12
|
+
import './asyncToGenerator-7c654f36.js';
|
|
13
13
|
import './_set-species-cede29f8.js';
|
|
14
14
|
import Segment from './Segment.js';
|
|
15
15
|
import { g as get_1 } from './get-5ee14cda.js';
|
|
@@ -18,7 +18,7 @@ import './debounce-1a993acf.js';
|
|
|
18
18
|
import './main-5d1e4bd3.js';
|
|
19
19
|
import './stringify-008c8802.js';
|
|
20
20
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
21
|
-
import './asyncToGenerator-
|
|
21
|
+
import './asyncToGenerator-7c654f36.js';
|
|
22
22
|
import './_set-species-cede29f8.js';
|
|
23
23
|
import './Segment.js';
|
|
24
24
|
import './Beam.js';
|
|
@@ -8,7 +8,7 @@ import './web.dom.iterable-8956f9a5.js';
|
|
|
8
8
|
import React__default, { useState, useEffect } from 'react';
|
|
9
9
|
import { withRouter } from 'next/router';
|
|
10
10
|
import { _ as _slicedToArray } from './slicedToArray-7021e5df.js';
|
|
11
|
-
import {
|
|
11
|
+
import { a as _asyncToGenerator, r as regenerator } from './asyncToGenerator-7c654f36.js';
|
|
12
12
|
import './_set-species-cede29f8.js';
|
|
13
13
|
import { DropdownButton, Dropdown } from 'react-bootstrap';
|
|
14
14
|
|