@mjhls/mjh-framework 1.0.338 → 1.0.339
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/{ADInfeed-b042a194.js → ADInfeed-43996091.js} +10 -1
- package/dist/cjs/DeckContent.js +4 -3
- package/dist/cjs/DeckQueue.js +3 -2
- package/dist/cjs/{Dfp-9ede68c7.js → Dfp-e77be4e4.js} +1 -1
- package/dist/cjs/{GridContent-609021de.js → GridContent-7a85d904.js} +8 -7
- package/dist/cjs/GridContent.js +4 -3
- package/dist/cjs/IssueContentDeck.js +168 -43
- package/dist/cjs/MasterDeck.js +2 -1
- package/dist/cjs/QueueDeckExpanded.js +6 -5
- package/dist/cjs/VideoSeriesListing.js +2 -1
- package/dist/cjs/index.js +19 -18
- package/dist/cjs/{visibility-sensor-c2ccc22d.js → moment-66a6a284.js} +0 -1012
- package/dist/cjs/visibility-sensor-43e0b37c.js +1016 -0
- package/dist/esm/{ADInfeed-aadcfc25.js → ADInfeed-ca26fca6.js} +10 -1
- package/dist/esm/DeckContent.js +3 -2
- package/dist/esm/DeckQueue.js +2 -1
- package/dist/esm/{Dfp-9293acfb.js → Dfp-7c317aa4.js} +1 -1
- package/dist/esm/{GridContent-f2278de3.js → GridContent-e2b1de22.js} +4 -3
- package/dist/esm/GridContent.js +4 -3
- package/dist/esm/IssueContentDeck.js +168 -43
- package/dist/esm/MasterDeck.js +2 -1
- package/dist/esm/QueueDeckExpanded.js +3 -2
- package/dist/esm/VideoSeriesListing.js +2 -1
- package/dist/esm/index.js +4 -3
- package/dist/esm/{visibility-sensor-3cea5efb.js → moment-12415288.js} +2 -1009
- package/dist/esm/visibility-sensor-49d5805d.js +1010 -0
- package/package.json +1 -1
|
@@ -36,7 +36,16 @@ var ADInfeed = function ADInfeed(_ref) {
|
|
|
36
36
|
React__default.createElement(
|
|
37
37
|
Card,
|
|
38
38
|
{ className: 'ad-wrapper', style: { display: 'block !important', flexDirection: index === 0 || index % 4 === 0 ? 'top' : 'row' } },
|
|
39
|
-
React__default.createElement(DFPAdSlot, {
|
|
39
|
+
React__default.createElement(DFPAdSlot, {
|
|
40
|
+
className: className,
|
|
41
|
+
networkID: networkID,
|
|
42
|
+
adUnit: adUnit,
|
|
43
|
+
slotId: slotId,
|
|
44
|
+
targeting: targeting,
|
|
45
|
+
sizes: sizes,
|
|
46
|
+
checkIsAdFound: checkIsAdFound,
|
|
47
|
+
refreshFlag: false
|
|
48
|
+
})
|
|
40
49
|
),
|
|
41
50
|
React__default.createElement(
|
|
42
51
|
'style',
|
package/dist/esm/DeckContent.js
CHANGED
|
@@ -12,8 +12,9 @@ import Container from 'react-bootstrap/Container';
|
|
|
12
12
|
import Row from 'react-bootstrap/Row';
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import Card from 'react-bootstrap/Card';
|
|
15
|
-
import {
|
|
15
|
+
import { m as moment } from './moment-12415288.js';
|
|
16
16
|
import { withRouter } from 'next/router';
|
|
17
|
+
import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
|
|
17
18
|
import 'react-dom';
|
|
18
19
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
19
20
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
@@ -21,7 +22,7 @@ import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
|
21
22
|
import './slicedToArray-a47a84a4.js';
|
|
22
23
|
import './AdSlot-8946358f.js';
|
|
23
24
|
import './promise-86cb8313.js';
|
|
24
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
25
|
+
import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
|
|
25
26
|
|
|
26
27
|
var DeckContent = function (_React$Component) {
|
|
27
28
|
_inherits(DeckContent, _React$Component);
|
package/dist/esm/DeckQueue.js
CHANGED
|
@@ -12,8 +12,9 @@ import Container from 'react-bootstrap/Container';
|
|
|
12
12
|
import Row from 'react-bootstrap/Row';
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import Card from 'react-bootstrap/Card';
|
|
15
|
-
import {
|
|
15
|
+
import { m as moment } from './moment-12415288.js';
|
|
16
16
|
import { withRouter } from 'next/router';
|
|
17
|
+
import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
|
|
17
18
|
import 'react-dom';
|
|
18
19
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
19
20
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
@@ -4,7 +4,7 @@ import './web.dom.iterable-7e9bebf9.js';
|
|
|
4
4
|
import { d as debounce_1, a as lib_1, e as lib_2 } from './debounce-702eb224.js';
|
|
5
5
|
import React__default, { useState } from 'react';
|
|
6
6
|
import PropTypes from 'prop-types';
|
|
7
|
-
import { V as VisibilitySensor } from './visibility-sensor-
|
|
7
|
+
import { V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
8
8
|
import 'react-dom';
|
|
9
9
|
import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
|
|
10
10
|
|
|
@@ -8,16 +8,17 @@ import Container from 'react-bootstrap/Container';
|
|
|
8
8
|
import Row from 'react-bootstrap/Row';
|
|
9
9
|
import Col from 'react-bootstrap/Col';
|
|
10
10
|
import Card from 'react-bootstrap/Card';
|
|
11
|
-
import { m as moment
|
|
11
|
+
import { m as moment } from './moment-12415288.js';
|
|
12
12
|
import { withRouter } from 'next/router';
|
|
13
|
+
import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
|
|
13
14
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
14
15
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
15
16
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
16
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
17
|
+
import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
|
|
17
18
|
import { g as get_1 } from './get-36d03764.js';
|
|
18
19
|
|
|
19
20
|
var Dfp = React__default.lazy(function () {
|
|
20
|
-
return import('./Dfp-
|
|
21
|
+
return import('./Dfp-7c317aa4.js');
|
|
21
22
|
});
|
|
22
23
|
|
|
23
24
|
var AD = function AD(props) {
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -12,8 +12,9 @@ import 'react-bootstrap/Container';
|
|
|
12
12
|
import 'react-bootstrap/Row';
|
|
13
13
|
import 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
|
-
import './
|
|
15
|
+
import './moment-12415288.js';
|
|
16
16
|
import 'next/router';
|
|
17
|
+
import './visibility-sensor-49d5805d.js';
|
|
17
18
|
import 'react-dom';
|
|
18
19
|
import './index-51a80699.js';
|
|
19
20
|
import './index-5f9f807a.js';
|
|
@@ -21,6 +22,6 @@ import './entities-7cc3bf45.js';
|
|
|
21
22
|
import './slicedToArray-a47a84a4.js';
|
|
22
23
|
import './AdSlot-8946358f.js';
|
|
23
24
|
import './promise-86cb8313.js';
|
|
24
|
-
import './ADInfeed-
|
|
25
|
+
import './ADInfeed-ca26fca6.js';
|
|
25
26
|
import './get-36d03764.js';
|
|
26
|
-
export { G as default } from './GridContent-
|
|
27
|
+
export { G as default } from './GridContent-e2b1de22.js';
|
|
@@ -4,70 +4,195 @@ 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 { m as moment } from './moment-12415288.js';
|
|
7
8
|
import 'react-dom';
|
|
8
9
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
9
10
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
10
11
|
import Badge from 'react-bootstrap/Badge';
|
|
11
12
|
|
|
12
|
-
var
|
|
13
|
-
var
|
|
13
|
+
var urlFor = function urlFor(source, client) {
|
|
14
|
+
var builder = imageUrlBuilder(client);
|
|
15
|
+
return builder.image(source).auto('format');
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
var renderCardImage = function renderCardImage(props) {
|
|
19
|
+
var coverImage = props.coverImage,
|
|
14
20
|
imageHeight = props.imageHeight,
|
|
15
21
|
imageWidth = props.imageWidth,
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
22
|
+
client = props.client,
|
|
23
|
+
Settings = props.Settings;
|
|
19
24
|
|
|
20
|
-
|
|
21
|
-
var
|
|
22
|
-
|
|
23
|
-
|
|
25
|
+
if (coverImage && coverImage.asset) {
|
|
26
|
+
var url = urlFor(coverImage, client);
|
|
27
|
+
if (imageHeight) url = url.height(imageHeight);
|
|
28
|
+
if (imageWidth) url = url.width(imageWidth);
|
|
29
|
+
return url.url();
|
|
30
|
+
} else {
|
|
31
|
+
return Settings.logo;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
24
34
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
var PublicationDeckStack = function PublicationDeckStack(props) {
|
|
36
|
+
var title = props.title,
|
|
37
|
+
coverImage = props.coverImage,
|
|
38
|
+
link = props.link,
|
|
39
|
+
published = props.published,
|
|
40
|
+
author = props.author,
|
|
41
|
+
summary = props.summary,
|
|
42
|
+
section = props.section,
|
|
43
|
+
imageHeight = props.imageHeight,
|
|
44
|
+
imageWidth = props.imageWidth,
|
|
45
|
+
client = props.client,
|
|
46
|
+
Settings = props.Settings,
|
|
47
|
+
key = props.key;
|
|
35
48
|
|
|
36
49
|
return React__default.createElement(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
50
|
+
Col,
|
|
51
|
+
{ md: 12, lg: 12, style: { display: 'flex', flex: '1 0 auto' }, key: key },
|
|
52
|
+
React__default.createElement(
|
|
53
|
+
Card,
|
|
54
|
+
{ style: { boxShadow: 'none', borderBottom: '1px solid #aaa', paddingBottom: '1rem' } },
|
|
55
|
+
React__default.createElement(
|
|
56
|
+
'a',
|
|
57
|
+
{ href: '/view/' + link },
|
|
58
|
+
coverImage && React__default.createElement(
|
|
59
|
+
LazyLoad,
|
|
60
|
+
{ height: imageHeight },
|
|
61
|
+
React__default.createElement(Card.Img, {
|
|
62
|
+
variant: 'right',
|
|
63
|
+
src: renderCardImage({ coverImage: coverImage, imageHeight: imageHeight, imageWidth: imageWidth, client: client, Settings: Settings }),
|
|
64
|
+
alt: title,
|
|
65
|
+
style: { width: '170px', height: 'auto', objectFit: 'contain', padding: '1rem', float: 'left', marginTop: '1rem', paddingBottom: '1rem' }
|
|
66
|
+
})
|
|
67
|
+
),
|
|
43
68
|
React__default.createElement(
|
|
44
|
-
Card,
|
|
69
|
+
Card.Body,
|
|
45
70
|
null,
|
|
71
|
+
section ? React__default.createElement(
|
|
72
|
+
Badge,
|
|
73
|
+
{ variant: 'success' },
|
|
74
|
+
section.name
|
|
75
|
+
) : '',
|
|
46
76
|
React__default.createElement(
|
|
47
|
-
|
|
48
|
-
{
|
|
49
|
-
row.thumbnail && React__default.createElement(
|
|
50
|
-
LazyLoad,
|
|
51
|
-
{ height: imageHeight },
|
|
52
|
-
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage(row.thumbnail), alt: row.title })
|
|
53
|
-
),
|
|
77
|
+
Card.Title,
|
|
78
|
+
{ style: { color: '#121212', fontSize: '1.1rem' } },
|
|
54
79
|
React__default.createElement(
|
|
55
|
-
|
|
80
|
+
'span',
|
|
56
81
|
null,
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
82
|
+
title
|
|
83
|
+
),
|
|
84
|
+
React__default.createElement('br', null),
|
|
85
|
+
React__default.createElement(
|
|
86
|
+
'div',
|
|
87
|
+
{ style: { float: 'left', marginTop: '10px' } },
|
|
62
88
|
React__default.createElement(
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
89
|
+
'p',
|
|
90
|
+
{ style: { color: '#484848', fontSize: '.9rem', fontWeight: '600' }, className: 'mb-0' },
|
|
91
|
+
moment(published).format('MMMM DD, YYYY ')
|
|
92
|
+
),
|
|
93
|
+
author.length > 0 && React__default.createElement(
|
|
94
|
+
'p',
|
|
95
|
+
{ style: { color: '#484848', fontSize: '.9rem', fontWeight: '600' }, className: 'mb-0' },
|
|
96
|
+
'By ',
|
|
97
|
+
author
|
|
66
98
|
)
|
|
67
99
|
)
|
|
100
|
+
),
|
|
101
|
+
React__default.createElement(
|
|
102
|
+
'p',
|
|
103
|
+
{ style: { float: 'left' } },
|
|
104
|
+
summary
|
|
105
|
+
)
|
|
106
|
+
)
|
|
107
|
+
)
|
|
108
|
+
)
|
|
109
|
+
);
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
var PublicationDeckBlock = function PublicationDeckBlock(props) {
|
|
113
|
+
var title = props.title,
|
|
114
|
+
coverImage = props.coverImage,
|
|
115
|
+
link = props.link,
|
|
116
|
+
section = props.section,
|
|
117
|
+
imageHeight = props.imageHeight,
|
|
118
|
+
imageWidth = props.imageWidth,
|
|
119
|
+
client = props.client,
|
|
120
|
+
Settings = props.Settings,
|
|
121
|
+
key = props.key;
|
|
122
|
+
|
|
123
|
+
return React__default.createElement(
|
|
124
|
+
Col,
|
|
125
|
+
{ md: 12, lg: 6, style: { display: 'flex', flex: '1 0 auto' }, key: key },
|
|
126
|
+
React__default.createElement(
|
|
127
|
+
Card,
|
|
128
|
+
null,
|
|
129
|
+
React__default.createElement(
|
|
130
|
+
'a',
|
|
131
|
+
{ href: '/view/' + link },
|
|
132
|
+
coverImage && React__default.createElement(
|
|
133
|
+
LazyLoad,
|
|
134
|
+
{ height: imageHeight },
|
|
135
|
+
React__default.createElement(Card.Img, { variant: 'top', src: renderCardImage({ coverImage: coverImage, imageHeight: imageHeight, imageWidth: imageWidth, client: client, Settings: Settings }), alt: title })
|
|
136
|
+
),
|
|
137
|
+
React__default.createElement(
|
|
138
|
+
Card.Body,
|
|
139
|
+
null,
|
|
140
|
+
section && section.name ? React__default.createElement(
|
|
141
|
+
Badge,
|
|
142
|
+
{ variant: 'success' },
|
|
143
|
+
section && section.name
|
|
144
|
+
) : '',
|
|
145
|
+
React__default.createElement(
|
|
146
|
+
Card.Title,
|
|
147
|
+
null,
|
|
148
|
+
title
|
|
68
149
|
)
|
|
69
150
|
)
|
|
70
|
-
)
|
|
151
|
+
)
|
|
152
|
+
)
|
|
153
|
+
);
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
var IssueContentDeck = function IssueContentDeck(props) {
|
|
157
|
+
var data = props.data,
|
|
158
|
+
imageHeight = props.imageHeight,
|
|
159
|
+
imageWidth = props.imageWidth,
|
|
160
|
+
website = props.website,
|
|
161
|
+
client = props.client,
|
|
162
|
+
_props$variant = props.variant,
|
|
163
|
+
variant = _props$variant === undefined ? 'block' : _props$variant;
|
|
164
|
+
|
|
165
|
+
return React__default.createElement(
|
|
166
|
+
Row,
|
|
167
|
+
null,
|
|
168
|
+
data && data.length ? data.map(function (row, index) {
|
|
169
|
+
if (variant === 'stack') {
|
|
170
|
+
return row.url && row.url.current && React__default.createElement(PublicationDeckStack, {
|
|
171
|
+
key: index,
|
|
172
|
+
title: row.title,
|
|
173
|
+
coverImage: row.thumbnail,
|
|
174
|
+
link: row.url.current,
|
|
175
|
+
section: row.issueSection,
|
|
176
|
+
Settings: website,
|
|
177
|
+
imageHeight: imageHeight,
|
|
178
|
+
imageWidth: imageWidth,
|
|
179
|
+
client: client,
|
|
180
|
+
published: row.published,
|
|
181
|
+
author: row.authorMapping.displayName || '',
|
|
182
|
+
summary: row.summary
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
return React__default.createElement(PublicationDeckBlock, {
|
|
186
|
+
key: index,
|
|
187
|
+
title: row.title,
|
|
188
|
+
coverImage: row.thumbnail,
|
|
189
|
+
link: row.url.current,
|
|
190
|
+
section: row.issueSection,
|
|
191
|
+
Settings: website,
|
|
192
|
+
imageHeight: imageHeight,
|
|
193
|
+
imageWidth: imageWidth,
|
|
194
|
+
client: client
|
|
195
|
+
});
|
|
71
196
|
}) : React__default.createElement(
|
|
72
197
|
'div',
|
|
73
198
|
null,
|
package/dist/esm/MasterDeck.js
CHANGED
|
@@ -12,8 +12,9 @@ import Container from 'react-bootstrap/Container';
|
|
|
12
12
|
import 'react-bootstrap/Row';
|
|
13
13
|
import 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
|
-
import
|
|
15
|
+
import './moment-12415288.js';
|
|
16
16
|
import { withRouter } from 'next/router';
|
|
17
|
+
import { V as VisibilitySensor, I as InfiniteScroll } from './visibility-sensor-49d5805d.js';
|
|
17
18
|
import 'react-dom';
|
|
18
19
|
import './index-51a80699.js';
|
|
19
20
|
import { _ as _Promise } from './promise-86cb8313.js';
|
|
@@ -8,8 +8,9 @@ import { _ as _extends } from './extends-26d3b609.js';
|
|
|
8
8
|
import React__default, { useState, useEffect, useRef } from 'react';
|
|
9
9
|
import 'prop-types';
|
|
10
10
|
import 'react-bootstrap/Card';
|
|
11
|
-
import {
|
|
11
|
+
import { m as moment } from './moment-12415288.js';
|
|
12
12
|
import { useRouter } from 'next/router';
|
|
13
|
+
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
13
14
|
import 'react-dom';
|
|
14
15
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
15
16
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
@@ -17,7 +18,7 @@ import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
|
17
18
|
import { _ as _slicedToArray } from './slicedToArray-a47a84a4.js';
|
|
18
19
|
import './AdSlot-8946358f.js';
|
|
19
20
|
import './promise-86cb8313.js';
|
|
20
|
-
import { A as ADInfeed } from './ADInfeed-
|
|
21
|
+
import { A as ADInfeed } from './ADInfeed-ca26fca6.js';
|
|
21
22
|
import { Container, Media } from 'react-bootstrap';
|
|
22
23
|
|
|
23
24
|
var urlFor = function urlFor(source, builder) {
|
|
@@ -7,8 +7,9 @@ import { a as _inherits, b as _classCallCheck, c as _possibleConstructorReturn,
|
|
|
7
7
|
import React__default from 'react';
|
|
8
8
|
import 'prop-types';
|
|
9
9
|
import Container from 'react-bootstrap/Container';
|
|
10
|
-
import
|
|
10
|
+
import './moment-12415288.js';
|
|
11
11
|
import { withRouter } from 'next/router';
|
|
12
|
+
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
12
13
|
import 'react-dom';
|
|
13
14
|
import './index-5f9f807a.js';
|
|
14
15
|
import './slicedToArray-a47a84a4.js';
|
package/dist/esm/index.js
CHANGED
|
@@ -12,8 +12,9 @@ import Container from 'react-bootstrap/Container';
|
|
|
12
12
|
import Row from 'react-bootstrap/Row';
|
|
13
13
|
import Col from 'react-bootstrap/Col';
|
|
14
14
|
import 'react-bootstrap/Card';
|
|
15
|
-
import { m as moment
|
|
15
|
+
import { m as moment } from './moment-12415288.js';
|
|
16
16
|
import Router, { useRouter } from 'next/router';
|
|
17
|
+
import { I as InfiniteScroll, V as VisibilitySensor } from './visibility-sensor-49d5805d.js';
|
|
17
18
|
import 'react-dom';
|
|
18
19
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
19
20
|
import './index-5f9f807a.js';
|
|
@@ -22,10 +23,10 @@ import { _ as _slicedToArray, a as _getIterator } from './slicedToArray-a47a84a4
|
|
|
22
23
|
import { _ as _JSON$stringify, a as _asyncToGenerator, r as regenerator, D as DFPAdSlot, B as Beam } from './AdSlot-8946358f.js';
|
|
23
24
|
export { D as AdSlot, B as Beam } from './AdSlot-8946358f.js';
|
|
24
25
|
import './promise-86cb8313.js';
|
|
25
|
-
import './ADInfeed-
|
|
26
|
+
import './ADInfeed-ca26fca6.js';
|
|
26
27
|
export { default as DeckContent } from './DeckContent.js';
|
|
27
28
|
import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './get-36d03764.js';
|
|
28
|
-
export { A as AD, G as GridContent } from './GridContent-
|
|
29
|
+
export { A as AD, G as GridContent } from './GridContent-e2b1de22.js';
|
|
29
30
|
export { default as DeckQueue } from './DeckQueue.js';
|
|
30
31
|
import 'react-bootstrap/Media';
|
|
31
32
|
export { default as ThumbnailCard } from './ThumbnailCard.js';
|