@mjhls/mjh-framework 1.0.237 → 1.0.238
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/{AdSlot-d87cef08.js → AdSlot-1fe1c231.js} +5 -5
- package/dist/cjs/DeckContent.js +26 -19
- package/dist/cjs/DeckQueue.js +24 -18
- package/dist/cjs/{Dfp-f62b16e1.js → Dfp-045b016b.js} +10 -7
- package/dist/cjs/{GridContent-6dae5d6a.js → GridContent-53e78cbf.js} +23 -20
- package/dist/cjs/GridContent.js +18 -12
- package/dist/cjs/IssueContentDeck.js +3 -3
- package/dist/cjs/IssueDeck.js +3 -3
- package/dist/cjs/MasterDeck-91c6ad85.js +917 -0
- package/dist/cjs/MasterDeck.js +18 -329
- package/dist/cjs/{Normal-821546cd.js → Normal-a94a1ec8.js} +34 -21
- package/dist/cjs/PublicationDeck.js +3 -3
- package/dist/cjs/QueueDeckExpanded.js +21 -16
- package/dist/cjs/{TaxonomyCard-d97685e2.js → TaxonomyCard-b5074d6e.js} +4 -4
- package/dist/cjs/TaxonomyCard.js +6 -5
- package/dist/cjs/TemplateNormal.js +11 -8
- package/dist/cjs/ThumbnailCard.js +4 -4
- package/dist/cjs/{Ustream-0d3dd953.js → Ustream-85b14a8d.js} +3 -5
- package/dist/cjs/Ustream.js +6 -2
- package/dist/cjs/VideoSeriesListing.js +19 -15
- package/dist/cjs/{YoutubeGroup-ad994d02.js → YoutubeGroup-fd44f8a0.js} +2 -2
- package/dist/cjs/YoutubeGroup.js +3 -3
- package/dist/cjs/{_commonjsHelpers-3fc1f64e.js → _commonjsHelpers-06173234.js} +5 -0
- package/dist/cjs/_to-object-329a650b.js +348 -0
- package/dist/cjs/core.get-iterator-method-e049ca4a.js +39 -0
- package/dist/cjs/{debounce-a963b136.js → debounce-bbca43c4.js} +1 -1
- package/dist/cjs/{entities-3e0b4a16.js → entities-310b46ee.js} +1 -1
- package/dist/cjs/extends-e94dbea5.js +98 -0
- package/dist/cjs/{get-126b1712.js → get-af2516a4.js} +1 -1
- package/dist/cjs/{index-a4c53ff4.js → index-39beccb3.js} +1 -1
- package/dist/cjs/{index-0d0efcfa.js → index-fa0fb52c.js} +1 -1
- package/dist/cjs/{index-0322e486.js → index-fa3cec70.js} +1 -1
- package/dist/cjs/index.js +3127 -286
- package/dist/cjs/inherits-5b5ca8db.js +650 -0
- package/dist/cjs/{main-58839f4e.js → main-d9a1b014.js} +1 -1
- package/dist/cjs/slicedToArray-e38fb29d.js +95 -0
- package/dist/cjs/toConsumableArray-7e4caf3c.js +123 -0
- package/dist/cjs/{visibility-sensor-8936e703.js → visibility-sensor-b72d9527.js} +1 -1
- package/dist/cjs/web.dom.iterable-0998bdc3.js +254 -0
- package/dist/esm/{AdSlot-0ea49f7e.js → AdSlot-017b8051.js} +5 -5
- package/dist/esm/DeckContent.js +24 -17
- package/dist/esm/DeckQueue.js +22 -16
- package/dist/esm/{Dfp-f026ab16.js → Dfp-01f14ae3.js} +10 -7
- package/dist/esm/{GridContent-7990f509.js → GridContent-f5bc4d75.js} +21 -18
- package/dist/esm/GridContent.js +18 -12
- package/dist/esm/IssueContentDeck.js +3 -3
- package/dist/esm/IssueDeck.js +3 -3
- package/dist/esm/MasterDeck-5dd97a66.js +910 -0
- package/dist/esm/MasterDeck.js +17 -328
- package/dist/esm/{Normal-20ff5bf5.js → Normal-357f00d1.js} +34 -21
- package/dist/esm/PublicationDeck.js +3 -3
- package/dist/esm/QueueDeckExpanded.js +19 -14
- package/dist/esm/{TaxonomyCard-f9c93953.js → TaxonomyCard-f74512cb.js} +3 -3
- package/dist/esm/TaxonomyCard.js +6 -5
- package/dist/esm/TemplateNormal.js +11 -8
- package/dist/esm/ThumbnailCard.js +4 -4
- package/dist/esm/{Ustream-6bb45fe7.js → Ustream-62a07a32.js} +3 -5
- package/dist/esm/Ustream.js +6 -2
- package/dist/esm/VideoSeriesListing.js +16 -12
- package/dist/esm/{YoutubeGroup-1368335c.js → YoutubeGroup-1b3eca73.js} +2 -2
- package/dist/esm/YoutubeGroup.js +3 -3
- package/dist/esm/{_commonjsHelpers-ae1b5db5.js → _commonjsHelpers-0c4b6f40.js} +5 -1
- package/dist/esm/_to-object-86553f76.js +318 -0
- package/dist/esm/core.get-iterator-method-709061dc.js +36 -0
- package/dist/esm/{debounce-dc0c02e5.js → debounce-fa7fbf11.js} +1 -1
- package/dist/esm/{entities-e85d3a4a.js → entities-7cc3bf45.js} +1 -1
- package/dist/esm/extends-7f88fa22.js +94 -0
- package/dist/esm/{get-b074314b.js → get-8d382479.js} +1 -1
- package/dist/esm/{index-ca4ff5cb.js → index-3849e3fe.js} +1 -1
- package/dist/esm/{index-3c1ee9ab.js → index-5f9f807a.js} +1 -1
- package/dist/esm/{index-70f7c966.js → index-fa84ea96.js} +1 -1
- package/dist/esm/index.js +3128 -287
- package/dist/esm/inherits-a82a4471.js +642 -0
- package/dist/esm/{main-cd81c243.js → main-eecf7b27.js} +1 -1
- package/dist/esm/slicedToArray-eb7eca9e.js +93 -0
- package/dist/esm/toConsumableArray-08d50169.js +117 -0
- package/dist/esm/{visibility-sensor-71e50a91.js → visibility-sensor-336093e1.js} +1 -1
- package/dist/esm/web.dom.iterable-f05d2f57.js +246 -0
- package/package.json +4 -1
- package/dist/cjs/_babelHelpers-f321c258.js +0 -119
- package/dist/esm/_babelHelpers-67c05996.js +0 -111
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -1,38 +1,43 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './_to-object-86553f76.js';
|
|
3
|
+
import './web.dom.iterable-f05d2f57.js';
|
|
4
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-a82a4471.js';
|
|
5
|
+
import { _ as _toConsumableArray } from './toConsumableArray-08d50169.js';
|
|
6
|
+
import './core.get-iterator-method-709061dc.js';
|
|
7
|
+
import { _ as _extends } from './extends-7f88fa22.js';
|
|
1
8
|
import React__default from 'react';
|
|
2
|
-
import './
|
|
3
|
-
import { l as lib_3 } from './index-70f7c966.js';
|
|
9
|
+
import { l as lib_3 } from './index-fa84ea96.js';
|
|
4
10
|
import 'prop-types';
|
|
5
11
|
import Container from 'react-bootstrap/Container';
|
|
6
12
|
import Row from 'react-bootstrap/Row';
|
|
7
13
|
import Col from 'react-bootstrap/Col';
|
|
8
14
|
import Card from 'react-bootstrap/Card';
|
|
9
|
-
import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-
|
|
15
|
+
import { V as VisibilitySensor, m as moment, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
|
|
10
16
|
import 'next/link';
|
|
11
17
|
import { withRouter } from 'next/router';
|
|
12
|
-
import { d as debounce_1 } from './debounce-
|
|
18
|
+
import { d as debounce_1 } from './debounce-fa7fbf11.js';
|
|
13
19
|
import 'react-dom';
|
|
14
|
-
import { i as imageUrlBuilder } from './index-
|
|
15
|
-
import { L as LazyLoad } from './index-
|
|
16
|
-
import { m as main_36 } from './main-
|
|
17
|
-
import { c as clean_html_1 } from './entities-
|
|
18
|
-
import {
|
|
19
|
-
import { g as get_1 } from './get-b074314b.js';
|
|
20
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
21
|
+
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
22
|
+
import { m as main_36 } from './main-eecf7b27.js';
|
|
23
|
+
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
24
|
+
import { g as get_1 } from './get-8d382479.js';
|
|
20
25
|
|
|
21
26
|
var DeckQueue = function (_React$Component) {
|
|
22
|
-
|
|
27
|
+
_inherits(DeckQueue, _React$Component);
|
|
23
28
|
|
|
24
29
|
function DeckQueue() {
|
|
25
30
|
var _ref;
|
|
26
31
|
|
|
27
32
|
var _temp, _this, _ret;
|
|
28
33
|
|
|
29
|
-
|
|
34
|
+
_classCallCheck(this, DeckQueue);
|
|
30
35
|
|
|
31
36
|
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
|
|
32
37
|
args[_key] = arguments[_key];
|
|
33
38
|
}
|
|
34
39
|
|
|
35
|
-
return _ret = (_temp = (_this =
|
|
40
|
+
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = DeckQueue.__proto__ || _Object$getPrototypeOf(DeckQueue)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
|
|
36
41
|
data: _this.data,
|
|
37
42
|
per: _this.params ? _this.params.to : 2,
|
|
38
43
|
page: _this.props.currentPage || 1,
|
|
@@ -81,7 +86,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
81
86
|
_this.setState(function () {
|
|
82
87
|
if (dataArr.length > 0) {
|
|
83
88
|
return {
|
|
84
|
-
data: [].concat(
|
|
89
|
+
data: [].concat(_toConsumableArray(data), _toConsumableArray(dataArr)),
|
|
85
90
|
scrolling: true
|
|
86
91
|
};
|
|
87
92
|
} else {
|
|
@@ -190,10 +195,10 @@ var DeckQueue = function (_React$Component) {
|
|
|
190
195
|
'Next >>'
|
|
191
196
|
)
|
|
192
197
|
);
|
|
193
|
-
}, _temp),
|
|
198
|
+
}, _temp), _possibleConstructorReturn(_this, _ret);
|
|
194
199
|
}
|
|
195
200
|
|
|
196
|
-
|
|
201
|
+
_createClass(DeckQueue, [{
|
|
197
202
|
key: 'cardLoader',
|
|
198
203
|
value: function cardLoader(page, columns, variant) {
|
|
199
204
|
var _this2 = this;
|
|
@@ -351,6 +356,7 @@ var DeckQueue = function (_React$Component) {
|
|
|
351
356
|
);
|
|
352
357
|
}
|
|
353
358
|
}]);
|
|
359
|
+
|
|
354
360
|
return DeckQueue;
|
|
355
361
|
}(React__default.Component);
|
|
356
362
|
|
|
@@ -1,11 +1,14 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './_to-object-86553f76.js';
|
|
3
|
+
import './web.dom.iterable-f05d2f57.js';
|
|
4
|
+
import './core.get-iterator-method-709061dc.js';
|
|
1
5
|
import React__default, { useState } from 'react';
|
|
2
|
-
import './
|
|
3
|
-
import { a as lib_1, b as lib_2 } from './index-70f7c966.js';
|
|
6
|
+
import { a as lib_1, b as lib_2 } from './index-fa84ea96.js';
|
|
4
7
|
import PropTypes from 'prop-types';
|
|
5
|
-
import { V as VisibilitySensor } from './visibility-sensor-
|
|
6
|
-
import { d as debounce_1 } from './debounce-
|
|
8
|
+
import { V as VisibilitySensor } from './visibility-sensor-336093e1.js';
|
|
9
|
+
import { d as debounce_1 } from './debounce-fa7fbf11.js';
|
|
7
10
|
import 'react-dom';
|
|
8
|
-
import {
|
|
11
|
+
import { _ as _slicedToArray } from './slicedToArray-eb7eca9e.js';
|
|
9
12
|
|
|
10
13
|
var AD = function AD(_ref) {
|
|
11
14
|
var networkID = _ref.networkID,
|
|
@@ -19,12 +22,12 @@ var AD = function AD(_ref) {
|
|
|
19
22
|
targeting = _ref$targeting === undefined ? {} : _ref$targeting;
|
|
20
23
|
|
|
21
24
|
var _useState = useState(false),
|
|
22
|
-
_useState2 =
|
|
25
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
23
26
|
adRendered = _useState2[0],
|
|
24
27
|
setAdRendered = _useState2[1];
|
|
25
28
|
|
|
26
29
|
var _useState3 = useState(false),
|
|
27
|
-
_useState4 =
|
|
30
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
28
31
|
showPlaceholder = _useState4[0],
|
|
29
32
|
setShowPlaceholder = _useState4[1];
|
|
30
33
|
|
|
@@ -1,23 +1,25 @@
|
|
|
1
|
+
import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn, d as _Object$getPrototypeOf, e as _createClass } from './inherits-a82a4471.js';
|
|
2
|
+
import { _ as _toConsumableArray } from './toConsumableArray-08d50169.js';
|
|
3
|
+
import { _ as _extends } from './extends-7f88fa22.js';
|
|
1
4
|
import React__default, { Suspense } from 'react';
|
|
2
|
-
import { l as lib_3 } from './index-
|
|
5
|
+
import { l as lib_3 } from './index-fa84ea96.js';
|
|
3
6
|
import Container from 'react-bootstrap/Container';
|
|
4
7
|
import Row from 'react-bootstrap/Row';
|
|
5
8
|
import Col from 'react-bootstrap/Col';
|
|
6
9
|
import Card from 'react-bootstrap/Card';
|
|
7
|
-
import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-
|
|
10
|
+
import { m as moment, V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-336093e1.js';
|
|
8
11
|
import 'next/link';
|
|
9
12
|
import { withRouter } from 'next/router';
|
|
10
|
-
import { d as debounce_1 } from './debounce-
|
|
11
|
-
import { i as imageUrlBuilder } from './index-
|
|
12
|
-
import { L as LazyLoad } from './index-
|
|
13
|
-
import { m as main_36 } from './main-
|
|
14
|
-
import { c as clean_html_1 } from './entities-
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import { g as get_1 } from './get-b074314b.js';
|
|
13
|
+
import { d as debounce_1 } from './debounce-fa7fbf11.js';
|
|
14
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
15
|
+
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
16
|
+
import { m as main_36 } from './main-eecf7b27.js';
|
|
17
|
+
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
18
|
+
import { D as DFPAdSlot } from './AdSlot-017b8051.js';
|
|
19
|
+
import { g as get_1 } from './get-8d382479.js';
|
|
18
20
|
|
|
19
21
|
var Dfp = React__default.lazy(function () {
|
|
20
|
-
return import('./Dfp-
|
|
22
|
+
return import('./Dfp-01f14ae3.js');
|
|
21
23
|
});
|
|
22
24
|
|
|
23
25
|
var AD = function AD(props) {
|
|
@@ -40,20 +42,20 @@ var AD = function AD(props) {
|
|
|
40
42
|
};
|
|
41
43
|
|
|
42
44
|
var GridContent = function (_React$Component) {
|
|
43
|
-
|
|
45
|
+
_inherits(GridContent, _React$Component);
|
|
44
46
|
|
|
45
47
|
function GridContent() {
|
|
46
48
|
var _ref;
|
|
47
49
|
|
|
48
50
|
var _temp, _this, _ret;
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
_classCallCheck(this, GridContent);
|
|
51
53
|
|
|
52
54
|
for (var _len = arguments.length, args = Array(_len), _key = 0; _key < _len; _key++) {
|
|
53
55
|
args[_key] = arguments[_key];
|
|
54
56
|
}
|
|
55
57
|
|
|
56
|
-
return _ret = (_temp = (_this =
|
|
58
|
+
return _ret = (_temp = (_this = _possibleConstructorReturn(this, (_ref = GridContent.__proto__ || _Object$getPrototypeOf(GridContent)).call.apply(_ref, [this].concat(args))), _this), _this.page = _this.props.page, _this.mapping = _this.props.mapping, _this.data = _this.props.dataRecord, _this.query = _this.props.query, _this.params = _this.props.params, _this.pointer = _this.props.pointer ? _this.props.pointer : false, _this.pointerArray = _this.props.pointerArray ? _this.props.pointerArray : false, _this.defaultImage = _this.props.defaultImage ? _this.props.defaultImage : '/placeholder.jpg', _this.state = {
|
|
57
59
|
data: _this.data,
|
|
58
60
|
per: _this.params ? _this.params.to : 2,
|
|
59
61
|
page: _this.props.currentPage || 1,
|
|
@@ -102,7 +104,7 @@ var GridContent = function (_React$Component) {
|
|
|
102
104
|
_this.setState(function () {
|
|
103
105
|
if (dataArr.length > 0) {
|
|
104
106
|
return {
|
|
105
|
-
data: [].concat(
|
|
107
|
+
data: [].concat(_toConsumableArray(data), _toConsumableArray(dataArr)),
|
|
106
108
|
scrolling: true
|
|
107
109
|
};
|
|
108
110
|
} else {
|
|
@@ -252,10 +254,10 @@ var GridContent = function (_React$Component) {
|
|
|
252
254
|
'Next >>'
|
|
253
255
|
)
|
|
254
256
|
);
|
|
255
|
-
}, _temp),
|
|
257
|
+
}, _temp), _possibleConstructorReturn(_this, _ret);
|
|
256
258
|
}
|
|
257
259
|
|
|
258
|
-
|
|
260
|
+
_createClass(GridContent, [{
|
|
259
261
|
key: 'cardLoader',
|
|
260
262
|
value: function cardLoader(page, columns, variant, showVideo, VideoPlayer, showBI, brandInsight) {
|
|
261
263
|
var _this2 = this;
|
|
@@ -342,7 +344,7 @@ var GridContent = function (_React$Component) {
|
|
|
342
344
|
}
|
|
343
345
|
|
|
344
346
|
var insert = function insert(arr, index, newElement) {
|
|
345
|
-
return [].concat(
|
|
347
|
+
return [].concat(_toConsumableArray(arr.slice(0, index)), [newElement], _toConsumableArray(arr.slice(index)));
|
|
346
348
|
};
|
|
347
349
|
var posts = [];
|
|
348
350
|
if (showBI) {
|
|
@@ -659,6 +661,7 @@ var GridContent = function (_React$Component) {
|
|
|
659
661
|
);
|
|
660
662
|
}
|
|
661
663
|
}]);
|
|
664
|
+
|
|
662
665
|
return GridContent;
|
|
663
666
|
}(React__default.Component);
|
|
664
667
|
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -1,21 +1,27 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
2
|
+
import './_to-object-86553f76.js';
|
|
3
|
+
import './web.dom.iterable-f05d2f57.js';
|
|
4
|
+
import './inherits-a82a4471.js';
|
|
5
|
+
import './toConsumableArray-08d50169.js';
|
|
6
|
+
import './core.get-iterator-method-709061dc.js';
|
|
7
|
+
import './extends-7f88fa22.js';
|
|
1
8
|
import 'react';
|
|
2
|
-
import './
|
|
3
|
-
import './index-70f7c966.js';
|
|
9
|
+
import './index-fa84ea96.js';
|
|
4
10
|
import 'prop-types';
|
|
5
11
|
import 'react-bootstrap/Container';
|
|
6
12
|
import 'react-bootstrap/Row';
|
|
7
13
|
import 'react-bootstrap/Col';
|
|
8
14
|
import 'react-bootstrap/Card';
|
|
9
|
-
import './visibility-sensor-
|
|
15
|
+
import './visibility-sensor-336093e1.js';
|
|
10
16
|
import 'next/link';
|
|
11
17
|
import 'next/router';
|
|
12
|
-
import './debounce-
|
|
18
|
+
import './debounce-fa7fbf11.js';
|
|
13
19
|
import 'react-dom';
|
|
14
|
-
import './index-
|
|
15
|
-
import './index-
|
|
16
|
-
import './main-
|
|
17
|
-
import './entities-
|
|
18
|
-
import './
|
|
19
|
-
import './AdSlot-
|
|
20
|
-
import './get-
|
|
21
|
-
export { G as default } from './GridContent-
|
|
20
|
+
import './index-3849e3fe.js';
|
|
21
|
+
import './index-5f9f807a.js';
|
|
22
|
+
import './main-eecf7b27.js';
|
|
23
|
+
import './entities-7cc3bf45.js';
|
|
24
|
+
import './slicedToArray-eb7eca9e.js';
|
|
25
|
+
import './AdSlot-017b8051.js';
|
|
26
|
+
import './get-8d382479.js';
|
|
27
|
+
export { G as default } from './GridContent-f5bc4d75.js';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
1
2
|
import React__default from 'react';
|
|
2
|
-
import './_commonjsHelpers-ae1b5db5.js';
|
|
3
3
|
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
7
|
import 'next/link';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import { i as imageUrlBuilder } from './index-
|
|
10
|
-
import { L as LazyLoad } from './index-
|
|
9
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
10
|
+
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
11
11
|
import Badge from 'react-bootstrap/Badge';
|
|
12
12
|
|
|
13
13
|
var IssueContentDeck = function IssueContentDeck(props) {
|
package/dist/esm/IssueDeck.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
+
import './_commonjsHelpers-0c4b6f40.js';
|
|
1
2
|
import React__default from 'react';
|
|
2
|
-
import './_commonjsHelpers-ae1b5db5.js';
|
|
3
3
|
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
7
|
import 'next/link';
|
|
8
8
|
import 'react-dom';
|
|
9
|
-
import { i as imageUrlBuilder } from './index-
|
|
10
|
-
import { L as LazyLoad } from './index-
|
|
9
|
+
import { i as imageUrlBuilder } from './index-3849e3fe.js';
|
|
10
|
+
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
11
11
|
import Button from 'react-bootstrap/Button';
|
|
12
12
|
|
|
13
13
|
var IssueDeck = function IssueDeck(props) {
|