@mjhls/mjh-framework 1.0.642 → 1.0.643
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/ArticleQueue.js +1 -1
- package/dist/cjs/ExternalResources.js +1 -1
- package/dist/cjs/PartnerDetailListing.js +1 -1
- package/dist/cjs/View.js +1 -1
- package/dist/cjs/getSerializers.js +1 -1
- package/dist/cjs/{index-46694c1c.js → index-1620daac.js} +11 -19
- package/dist/cjs/index.js +1 -1
- package/dist/esm/ArticleQueue.js +1 -1
- package/dist/esm/ExternalResources.js +1 -1
- package/dist/esm/PartnerDetailListing.js +1 -1
- package/dist/esm/View.js +1 -1
- package/dist/esm/getSerializers.js +1 -1
- package/dist/esm/{index-c3a534d6.js → index-fe4d6d6e.js} +11 -19
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/ArticleQueue.js
CHANGED
|
@@ -45,7 +45,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
45
45
|
require('./GroupDeck.js');
|
|
46
46
|
require('react-bootstrap');
|
|
47
47
|
require('react-bootstrap/Button');
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
|
@@ -45,7 +45,7 @@ require('./GroupDeck.js');
|
|
|
45
45
|
require('react-bootstrap');
|
|
46
46
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
47
47
|
var index$3 = require('./index-5be2866f.js');
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
|
@@ -51,7 +51,7 @@ require('./GroupDeck.js');
|
|
|
51
51
|
require('react-bootstrap');
|
|
52
52
|
var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
53
53
|
require('react-bootstrap/Button');
|
|
54
|
-
var getSerializers = require('./index-
|
|
54
|
+
var getSerializers = require('./index-1620daac.js');
|
|
55
55
|
require('./util-f2c1b65b.js');
|
|
56
56
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
57
57
|
require('react-bootstrap/Pagination');
|
package/dist/cjs/View.js
CHANGED
|
@@ -45,7 +45,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
45
45
|
require('./GroupDeck.js');
|
|
46
46
|
require('react-bootstrap');
|
|
47
47
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
48
|
-
var getSerializers = require('./index-
|
|
48
|
+
var getSerializers = require('./index-1620daac.js');
|
|
49
49
|
require('./util-f2c1b65b.js');
|
|
50
50
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
51
51
|
require('react-bootstrap/Pagination');
|
|
@@ -40,7 +40,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
40
40
|
require('./GroupDeck.js');
|
|
41
41
|
require('react-bootstrap');
|
|
42
42
|
require('react-bootstrap/Button');
|
|
43
|
-
var getSerializers = require('./index-
|
|
43
|
+
var getSerializers = require('./index-1620daac.js');
|
|
44
44
|
require('./util-f2c1b65b.js');
|
|
45
45
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
46
46
|
require('react-bootstrap/Pagination');
|
|
@@ -8506,29 +8506,21 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
8506
8506
|
link ? React__default.createElement(
|
|
8507
8507
|
'a',
|
|
8508
8508
|
{ target: blank ? '_blank' : '_self', href: link },
|
|
8509
|
-
React__default.createElement(
|
|
8510
|
-
index$2.LazyLoad,
|
|
8511
|
-
{ once: true },
|
|
8512
|
-
React__default.createElement(reactBootstrap.Figure.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt })
|
|
8513
|
-
),
|
|
8509
|
+
React__default.createElement(reactBootstrap.Figure.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt }),
|
|
8514
8510
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8515
8511
|
) : React__default.createElement(
|
|
8516
8512
|
React__default.Fragment,
|
|
8517
8513
|
null,
|
|
8518
|
-
React__default.createElement(
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
|
|
8522
|
-
|
|
8523
|
-
|
|
8524
|
-
|
|
8525
|
-
|
|
8526
|
-
|
|
8527
|
-
|
|
8528
|
-
setOpenImg(true);
|
|
8529
|
-
}
|
|
8530
|
-
})
|
|
8531
|
-
),
|
|
8514
|
+
React__default.createElement(reactBootstrap.Figure.Image, {
|
|
8515
|
+
style: { maxWidth: '100%', cursor: 'pointer', width: 'auto' },
|
|
8516
|
+
className: 'figure-image',
|
|
8517
|
+
src: urlFor$3(node, client).url(),
|
|
8518
|
+
alt: alt && alt,
|
|
8519
|
+
onClick: function onClick() {
|
|
8520
|
+
setOpenImgSrc(urlFor$3(node, client).url());
|
|
8521
|
+
setOpenImg(true);
|
|
8522
|
+
}
|
|
8523
|
+
}),
|
|
8532
8524
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8533
8525
|
)
|
|
8534
8526
|
),
|
package/dist/cjs/index.js
CHANGED
|
@@ -77,7 +77,7 @@ require('./index-5be2866f.js');
|
|
|
77
77
|
require('./js.cookie-a511c430.js');
|
|
78
78
|
var EventsDeck = require('./EventsDeck.js');
|
|
79
79
|
var CMEDeck = require('./CMEDeck.js');
|
|
80
|
-
var getSerializers = require('./index-
|
|
80
|
+
var getSerializers = require('./index-1620daac.js');
|
|
81
81
|
require('./util-f2c1b65b.js');
|
|
82
82
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
83
83
|
require('react-bootstrap/Pagination');
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -40,7 +40,7 @@ import './smoothscroll-4b699764.js';
|
|
|
40
40
|
import './GroupDeck.js';
|
|
41
41
|
import 'react-bootstrap';
|
|
42
42
|
import 'react-bootstrap/Button';
|
|
43
|
-
import { I as InscreenSensor, g as getSerializers } from './index-
|
|
43
|
+
import { I as InscreenSensor, g as getSerializers } from './index-fe4d6d6e.js';
|
|
44
44
|
import './util-7700fc59.js';
|
|
45
45
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
46
46
|
import 'react-bootstrap/Pagination';
|
|
@@ -39,7 +39,7 @@ import './GroupDeck.js';
|
|
|
39
39
|
import 'react-bootstrap';
|
|
40
40
|
import Button from 'react-bootstrap/Button';
|
|
41
41
|
import { m as momentTimezone } from './index-d2f90501.js';
|
|
42
|
-
import { g as getSerializers } from './index-
|
|
42
|
+
import { g as getSerializers } from './index-fe4d6d6e.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
|
@@ -46,7 +46,7 @@ import './GroupDeck.js';
|
|
|
46
46
|
import 'react-bootstrap';
|
|
47
47
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
48
48
|
import 'react-bootstrap/Button';
|
|
49
|
-
import { g as getSerializers } from './index-
|
|
49
|
+
import { g as getSerializers } from './index-fe4d6d6e.js';
|
|
50
50
|
import './util-7700fc59.js';
|
|
51
51
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
52
52
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/View.js
CHANGED
|
@@ -39,7 +39,7 @@ import './smoothscroll-4b699764.js';
|
|
|
39
39
|
import './GroupDeck.js';
|
|
40
40
|
import 'react-bootstrap';
|
|
41
41
|
import Button from 'react-bootstrap/Button';
|
|
42
|
-
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-
|
|
42
|
+
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-fe4d6d6e.js';
|
|
43
43
|
import './util-7700fc59.js';
|
|
44
44
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
45
45
|
import 'react-bootstrap/Pagination';
|
|
@@ -38,7 +38,7 @@ import './smoothscroll-4b699764.js';
|
|
|
38
38
|
import './GroupDeck.js';
|
|
39
39
|
import 'react-bootstrap';
|
|
40
40
|
import 'react-bootstrap/Button';
|
|
41
|
-
export { g as default } from './index-
|
|
41
|
+
export { g as default } from './index-fe4d6d6e.js';
|
|
42
42
|
import './util-7700fc59.js';
|
|
43
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
44
44
|
import 'react-bootstrap/Pagination';
|
|
@@ -8499,29 +8499,21 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
8499
8499
|
link ? React__default.createElement(
|
|
8500
8500
|
'a',
|
|
8501
8501
|
{ target: blank ? '_blank' : '_self', href: link },
|
|
8502
|
-
React__default.createElement(
|
|
8503
|
-
LazyLoad,
|
|
8504
|
-
{ once: true },
|
|
8505
|
-
React__default.createElement(Figure$1.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt })
|
|
8506
|
-
),
|
|
8502
|
+
React__default.createElement(Figure$1.Image, { style: { maxWidth: '100%' }, className: 'figure-image', src: urlFor$3(node, client).url(), alt: alt && alt }),
|
|
8507
8503
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8508
8504
|
) : React__default.createElement(
|
|
8509
8505
|
React__default.Fragment,
|
|
8510
8506
|
null,
|
|
8511
|
-
React__default.createElement(
|
|
8512
|
-
|
|
8513
|
-
|
|
8514
|
-
|
|
8515
|
-
|
|
8516
|
-
|
|
8517
|
-
|
|
8518
|
-
|
|
8519
|
-
|
|
8520
|
-
|
|
8521
|
-
setOpenImg(true);
|
|
8522
|
-
}
|
|
8523
|
-
})
|
|
8524
|
-
),
|
|
8507
|
+
React__default.createElement(Figure$1.Image, {
|
|
8508
|
+
style: { maxWidth: '100%', cursor: 'pointer', width: 'auto' },
|
|
8509
|
+
className: 'figure-image',
|
|
8510
|
+
src: urlFor$3(node, client).url(),
|
|
8511
|
+
alt: alt && alt,
|
|
8512
|
+
onClick: function onClick() {
|
|
8513
|
+
setOpenImgSrc(urlFor$3(node, client).url());
|
|
8514
|
+
setOpenImg(true);
|
|
8515
|
+
}
|
|
8516
|
+
}),
|
|
8525
8517
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
8526
8518
|
)
|
|
8527
8519
|
),
|
package/dist/esm/index.js
CHANGED
|
@@ -73,7 +73,7 @@ import './index-d2f90501.js';
|
|
|
73
73
|
import './js.cookie-6874175c.js';
|
|
74
74
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
75
75
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
76
|
-
export { g as getSerializers } from './index-
|
|
76
|
+
export { g as getSerializers } from './index-fe4d6d6e.js';
|
|
77
77
|
import './util-7700fc59.js';
|
|
78
78
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
79
79
|
import 'react-bootstrap/Pagination';
|