@mjhls/mjh-framework 1.0.392 → 1.0.393
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/{AuthorComponent-37deda17.js → AuthorComponent-4706f297.js} +3 -7
- package/dist/cjs/{GridContent-1871749e.js → GridContent-dd1844d5.js} +1 -1
- package/dist/cjs/GridContent.js +2 -2
- package/dist/cjs/IssueContentDeck.js +1 -1
- package/dist/cjs/QueueDeckExpanded.js +1 -1
- package/dist/cjs/index.js +4 -4
- package/dist/esm/{AuthorComponent-beb2ad16.js → AuthorComponent-c9e46673.js} +3 -7
- package/dist/esm/{GridContent-3229be76.js → GridContent-4a5cef9e.js} +1 -1
- package/dist/esm/GridContent.js +2 -2
- package/dist/esm/IssueContentDeck.js +1 -1
- package/dist/esm/QueueDeckExpanded.js +1 -1
- package/dist/esm/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
31
31
|
{ href: '/authors/' + url.current, className: 'text-muted' },
|
|
32
32
|
displayName
|
|
33
33
|
),
|
|
34
|
-
length !== index + 1 && '
|
|
34
|
+
length !== index + 1 && ', '
|
|
35
35
|
);
|
|
36
36
|
} else if (displayName) {
|
|
37
37
|
return React__default.createElement(
|
|
@@ -46,11 +46,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
46
46
|
'span',
|
|
47
47
|
{ className: 'text-muted' },
|
|
48
48
|
displayName,
|
|
49
|
-
length !== index + 1 &&
|
|
50
|
-
'span',
|
|
51
|
-
{ className: 'author-seperator' },
|
|
52
|
-
','
|
|
53
|
-
)
|
|
49
|
+
length !== index + 1 && ', '
|
|
54
50
|
)
|
|
55
51
|
);
|
|
56
52
|
}
|
|
@@ -91,7 +87,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
91
87
|
React__default.createElement(
|
|
92
88
|
'style',
|
|
93
89
|
{ jsx: true },
|
|
94
|
-
'\n #author-sec' + index + ' {\n line-height: 25px;\n position: relative;\n height: auto;\n // max-height: 50px;\n }\n .hide-content {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n #overlay-content' + index + ' {\n position: absolute;\n cursor: pointer;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1000;\n }\n
|
|
90
|
+
'\n #author-sec' + index + ' {\n line-height: 25px;\n position: relative;\n height: auto;\n // max-height: 50px;\n }\n .hide-content {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n #overlay-content' + index + ' {\n position: absolute;\n cursor: pointer;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1000;\n }\n '
|
|
95
91
|
)
|
|
96
92
|
);
|
|
97
93
|
};
|
|
@@ -22,7 +22,7 @@ var index$1 = require('./index-fa0fb52c.js');
|
|
|
22
22
|
var entities = require('./entities-310b46ee.js');
|
|
23
23
|
var ADInfeed = require('./ADInfeed-f544f2a5.js');
|
|
24
24
|
var get$1 = require('./get-5aa7468c.js');
|
|
25
|
-
var AuthorComponent = require('./AuthorComponent-
|
|
25
|
+
var AuthorComponent = require('./AuthorComponent-4706f297.js');
|
|
26
26
|
|
|
27
27
|
var Dfp = React__default.lazy(function () {
|
|
28
28
|
return Promise.resolve().then(function () { return require('./Dfp-27b922b0.js'); });
|
package/dist/cjs/GridContent.js
CHANGED
|
@@ -29,8 +29,8 @@ require('./AdSlot-1e40a214.js');
|
|
|
29
29
|
require('./promise-d5136080.js');
|
|
30
30
|
require('./ADInfeed-f544f2a5.js');
|
|
31
31
|
require('./get-5aa7468c.js');
|
|
32
|
-
var GridContent = require('./GridContent-
|
|
33
|
-
require('./AuthorComponent-
|
|
32
|
+
var GridContent = require('./GridContent-dd1844d5.js');
|
|
33
|
+
require('./AuthorComponent-4706f297.js');
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
|
|
@@ -16,7 +16,7 @@ require('react-dom');
|
|
|
16
16
|
var index = require('./index-b5eb3ff8.js');
|
|
17
17
|
var index$1 = require('./index-fa0fb52c.js');
|
|
18
18
|
require('./slicedToArray-419d467a.js');
|
|
19
|
-
var AuthorComponent = require('./AuthorComponent-
|
|
19
|
+
var AuthorComponent = require('./AuthorComponent-4706f297.js');
|
|
20
20
|
var Badge = _interopDefault(require('react-bootstrap/Badge'));
|
|
21
21
|
|
|
22
22
|
var urlFor = function urlFor(source, client) {
|
|
@@ -27,7 +27,7 @@ var slicedToArray = require('./slicedToArray-419d467a.js');
|
|
|
27
27
|
require('./AdSlot-1e40a214.js');
|
|
28
28
|
require('./promise-d5136080.js');
|
|
29
29
|
var ADInfeed = require('./ADInfeed-f544f2a5.js');
|
|
30
|
-
var AuthorComponent = require('./AuthorComponent-
|
|
30
|
+
var AuthorComponent = require('./AuthorComponent-4706f297.js');
|
|
31
31
|
var reactBootstrap = require('react-bootstrap');
|
|
32
32
|
|
|
33
33
|
var urlFor = function urlFor(source, builder) {
|
package/dist/cjs/index.js
CHANGED
|
@@ -36,8 +36,8 @@ var promise = require('./promise-d5136080.js');
|
|
|
36
36
|
var ADInfeed = require('./ADInfeed-f544f2a5.js');
|
|
37
37
|
var DeckContent = require('./DeckContent.js');
|
|
38
38
|
var get$1 = require('./get-5aa7468c.js');
|
|
39
|
-
var GridContent = require('./GridContent-
|
|
40
|
-
var AuthorComponent = require('./AuthorComponent-
|
|
39
|
+
var GridContent = require('./GridContent-dd1844d5.js');
|
|
40
|
+
var AuthorComponent = require('./AuthorComponent-4706f297.js');
|
|
41
41
|
var DeckQueue = require('./DeckQueue.js');
|
|
42
42
|
require('react-bootstrap/Media');
|
|
43
43
|
var ThumbnailCard = require('./ThumbnailCard.js');
|
|
@@ -17401,14 +17401,14 @@ var renderAuthor$1 = function renderAuthor(authorName, authorURL, index, length)
|
|
|
17401
17401
|
{ href: '/' + defaultUrl + '/' + authorURL.current, key: index },
|
|
17402
17402
|
authorName
|
|
17403
17403
|
),
|
|
17404
|
-
length !== index + 1 && '
|
|
17404
|
+
length !== index + 1 && ', '
|
|
17405
17405
|
);
|
|
17406
17406
|
} else if (authorName) {
|
|
17407
17407
|
return React__default.createElement(
|
|
17408
17408
|
'span',
|
|
17409
17409
|
{ key: index },
|
|
17410
17410
|
authorName,
|
|
17411
|
-
length !== index + 1 && '
|
|
17411
|
+
length !== index + 1 && ', '
|
|
17412
17412
|
);
|
|
17413
17413
|
}
|
|
17414
17414
|
};
|
|
@@ -26,7 +26,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
26
26
|
{ href: '/authors/' + url.current, className: 'text-muted' },
|
|
27
27
|
displayName
|
|
28
28
|
),
|
|
29
|
-
length !== index + 1 && '
|
|
29
|
+
length !== index + 1 && ', '
|
|
30
30
|
);
|
|
31
31
|
} else if (displayName) {
|
|
32
32
|
return React__default.createElement(
|
|
@@ -41,11 +41,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
41
41
|
'span',
|
|
42
42
|
{ className: 'text-muted' },
|
|
43
43
|
displayName,
|
|
44
|
-
length !== index + 1 &&
|
|
45
|
-
'span',
|
|
46
|
-
{ className: 'author-seperator' },
|
|
47
|
-
','
|
|
48
|
-
)
|
|
44
|
+
length !== index + 1 && ', '
|
|
49
45
|
)
|
|
50
46
|
);
|
|
51
47
|
}
|
|
@@ -86,7 +82,7 @@ var AuthorComponent = function AuthorComponent(_ref) {
|
|
|
86
82
|
React__default.createElement(
|
|
87
83
|
'style',
|
|
88
84
|
{ jsx: true },
|
|
89
|
-
'\n #author-sec' + index + ' {\n line-height: 25px;\n position: relative;\n height: auto;\n // max-height: 50px;\n }\n .hide-content {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n #overlay-content' + index + ' {\n position: absolute;\n cursor: pointer;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1000;\n }\n
|
|
85
|
+
'\n #author-sec' + index + ' {\n line-height: 25px;\n position: relative;\n height: auto;\n // max-height: 50px;\n }\n .hide-content {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n }\n #overlay-content' + index + ' {\n position: absolute;\n cursor: pointer;\n width: 100%;\n height: 100%;\n top: 0;\n left: 0;\n z-index: 1000;\n }\n '
|
|
90
86
|
)
|
|
91
87
|
);
|
|
92
88
|
};
|
|
@@ -16,7 +16,7 @@ import { L as LazyLoad } from './index-5f9f807a.js';
|
|
|
16
16
|
import { c as clean_html_1 } from './entities-7cc3bf45.js';
|
|
17
17
|
import { A as ADInfeed } from './ADInfeed-88c335d9.js';
|
|
18
18
|
import { g as get_1 } from './get-53653403.js';
|
|
19
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
19
|
+
import { A as AuthorComponent } from './AuthorComponent-c9e46673.js';
|
|
20
20
|
|
|
21
21
|
var Dfp = React__default.lazy(function () {
|
|
22
22
|
return import('./Dfp-3b3273ee.js');
|
package/dist/esm/GridContent.js
CHANGED
|
@@ -27,5 +27,5 @@ import './AdSlot-971ce41c.js';
|
|
|
27
27
|
import './promise-5d7cd78a.js';
|
|
28
28
|
import './ADInfeed-88c335d9.js';
|
|
29
29
|
import './get-53653403.js';
|
|
30
|
-
export { G as default } from './GridContent-
|
|
31
|
-
import './AuthorComponent-
|
|
30
|
+
export { G as default } from './GridContent-4a5cef9e.js';
|
|
31
|
+
import './AuthorComponent-c9e46673.js';
|
|
@@ -11,7 +11,7 @@ import 'react-dom';
|
|
|
11
11
|
import { i as imageUrlBuilder } from './index-51a80699.js';
|
|
12
12
|
import { L as LazyLoad } from './index-5f9f807a.js';
|
|
13
13
|
import './slicedToArray-04e02710.js';
|
|
14
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
14
|
+
import { A as AuthorComponent } from './AuthorComponent-c9e46673.js';
|
|
15
15
|
import Badge from 'react-bootstrap/Badge';
|
|
16
16
|
|
|
17
17
|
var urlFor = function urlFor(source, client) {
|
|
@@ -21,7 +21,7 @@ import { _ as _slicedToArray } from './slicedToArray-04e02710.js';
|
|
|
21
21
|
import './AdSlot-971ce41c.js';
|
|
22
22
|
import './promise-5d7cd78a.js';
|
|
23
23
|
import { A as ADInfeed } from './ADInfeed-88c335d9.js';
|
|
24
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
24
|
+
import { A as AuthorComponent } from './AuthorComponent-c9e46673.js';
|
|
25
25
|
import { Container, Media } from 'react-bootstrap';
|
|
26
26
|
|
|
27
27
|
var urlFor = function urlFor(source, builder) {
|
package/dist/esm/index.js
CHANGED
|
@@ -29,8 +29,8 @@ import { _ as _anInstance, a as _forOf, b as _redefineAll, c as _setSpecies } fr
|
|
|
29
29
|
import { A as ADInfeed } from './ADInfeed-88c335d9.js';
|
|
30
30
|
export { default as DeckContent } from './DeckContent.js';
|
|
31
31
|
import { i as isFunction_1, a as isArray_1, _ as _arrayMap } from './get-53653403.js';
|
|
32
|
-
export { A as AD, G as GridContent } from './GridContent-
|
|
33
|
-
import { A as AuthorComponent } from './AuthorComponent-
|
|
32
|
+
export { A as AD, G as GridContent } from './GridContent-4a5cef9e.js';
|
|
33
|
+
import { A as AuthorComponent } from './AuthorComponent-c9e46673.js';
|
|
34
34
|
export { default as DeckQueue } from './DeckQueue.js';
|
|
35
35
|
import 'react-bootstrap/Media';
|
|
36
36
|
export { default as ThumbnailCard } from './ThumbnailCard.js';
|
|
@@ -17398,14 +17398,14 @@ var renderAuthor$1 = function renderAuthor(authorName, authorURL, index, length)
|
|
|
17398
17398
|
{ href: '/' + defaultUrl + '/' + authorURL.current, key: index },
|
|
17399
17399
|
authorName
|
|
17400
17400
|
),
|
|
17401
|
-
length !== index + 1 && '
|
|
17401
|
+
length !== index + 1 && ', '
|
|
17402
17402
|
);
|
|
17403
17403
|
} else if (authorName) {
|
|
17404
17404
|
return React__default.createElement(
|
|
17405
17405
|
'span',
|
|
17406
17406
|
{ key: index },
|
|
17407
17407
|
authorName,
|
|
17408
|
-
length !== index + 1 && '
|
|
17408
|
+
length !== index + 1 && ', '
|
|
17409
17409
|
);
|
|
17410
17410
|
}
|
|
17411
17411
|
};
|