@mjhls/mjh-framework 1.0.615 → 1.0.616
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-c0a5519c.js → index-7af3f466.js} +1 -1
- 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-3d118a00.js → index-49042c81.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/ArticleQueue.js
CHANGED
|
@@ -44,7 +44,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
44
44
|
require('./GroupDeck.js');
|
|
45
45
|
require('react-bootstrap');
|
|
46
46
|
require('react-bootstrap/Button');
|
|
47
|
-
var getSerializers = require('./index-
|
|
47
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
48
48
|
require('./util-f2c1b65b.js');
|
|
49
49
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
50
50
|
require('react-bootstrap/Pagination');
|
|
@@ -44,7 +44,7 @@ require('./GroupDeck.js');
|
|
|
44
44
|
require('react-bootstrap');
|
|
45
45
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
46
46
|
var index$3 = require('./index-5be2866f.js');
|
|
47
|
-
var getSerializers = require('./index-
|
|
47
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
48
48
|
require('./util-f2c1b65b.js');
|
|
49
49
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
50
50
|
require('react-bootstrap/Pagination');
|
|
@@ -50,7 +50,7 @@ require('./GroupDeck.js');
|
|
|
50
50
|
require('react-bootstrap');
|
|
51
51
|
var QueueDeckExpanded = require('./QueueDeckExpanded.js');
|
|
52
52
|
require('react-bootstrap/Button');
|
|
53
|
-
var getSerializers = require('./index-
|
|
53
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
54
54
|
require('./util-f2c1b65b.js');
|
|
55
55
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
56
56
|
require('react-bootstrap/Pagination');
|
package/dist/cjs/View.js
CHANGED
|
@@ -44,7 +44,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
44
44
|
require('./GroupDeck.js');
|
|
45
45
|
require('react-bootstrap');
|
|
46
46
|
var Button = _interopDefault(require('react-bootstrap/Button'));
|
|
47
|
-
var getSerializers = require('./index-
|
|
47
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
48
48
|
require('./util-f2c1b65b.js');
|
|
49
49
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
50
50
|
require('react-bootstrap/Pagination');
|
|
@@ -39,7 +39,7 @@ require('./smoothscroll-95231a70.js');
|
|
|
39
39
|
require('./GroupDeck.js');
|
|
40
40
|
require('react-bootstrap');
|
|
41
41
|
require('react-bootstrap/Button');
|
|
42
|
-
var getSerializers = require('./index-
|
|
42
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
43
43
|
require('./util-f2c1b65b.js');
|
|
44
44
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
45
45
|
require('react-bootstrap/Pagination');
|
|
@@ -8727,7 +8727,7 @@ var getSerializers = function getSerializers() {
|
|
|
8727
8727
|
var isExernalUrl = checkUrlIsExternal(href);
|
|
8728
8728
|
return React__default.createElement(
|
|
8729
8729
|
'a',
|
|
8730
|
-
{ href: isExernalUrl ? href : '/' + href, target: blank ? '_blank' : '_self' },
|
|
8730
|
+
{ rel: blank ? 'noopener' : '', href: isExernalUrl ? href : '/' + href, target: blank ? '_blank' : '_self' },
|
|
8731
8731
|
children
|
|
8732
8732
|
);
|
|
8733
8733
|
},
|
package/dist/cjs/index.js
CHANGED
|
@@ -75,7 +75,7 @@ require('./index-5be2866f.js');
|
|
|
75
75
|
require('./js.cookie-a511c430.js');
|
|
76
76
|
var EventsDeck = require('./EventsDeck.js');
|
|
77
77
|
var CMEDeck = require('./CMEDeck.js');
|
|
78
|
-
var getSerializers = require('./index-
|
|
78
|
+
var getSerializers = require('./index-7af3f466.js');
|
|
79
79
|
require('./util-f2c1b65b.js');
|
|
80
80
|
require('./brightcove-react-player-loader.es-156bd4d6.js');
|
|
81
81
|
require('react-bootstrap/Pagination');
|
package/dist/esm/ArticleQueue.js
CHANGED
|
@@ -39,7 +39,7 @@ import './smoothscroll-4b699764.js';
|
|
|
39
39
|
import './GroupDeck.js';
|
|
40
40
|
import 'react-bootstrap';
|
|
41
41
|
import 'react-bootstrap/Button';
|
|
42
|
-
import { I as InscreenSensor, g as getSerializers } from './index-
|
|
42
|
+
import { I as InscreenSensor, g as getSerializers } from './index-49042c81.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 './GroupDeck.js';
|
|
|
38
38
|
import 'react-bootstrap';
|
|
39
39
|
import Button from 'react-bootstrap/Button';
|
|
40
40
|
import { m as momentTimezone } from './index-d2f90501.js';
|
|
41
|
-
import { g as getSerializers } from './index-
|
|
41
|
+
import { g as getSerializers } from './index-49042c81.js';
|
|
42
42
|
import './util-7700fc59.js';
|
|
43
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
44
44
|
import 'react-bootstrap/Pagination';
|
|
@@ -45,7 +45,7 @@ import './GroupDeck.js';
|
|
|
45
45
|
import 'react-bootstrap';
|
|
46
46
|
import QueueDeckExpanded from './QueueDeckExpanded.js';
|
|
47
47
|
import 'react-bootstrap/Button';
|
|
48
|
-
import { g as getSerializers } from './index-
|
|
48
|
+
import { g as getSerializers } from './index-49042c81.js';
|
|
49
49
|
import './util-7700fc59.js';
|
|
50
50
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
51
51
|
import 'react-bootstrap/Pagination';
|
package/dist/esm/View.js
CHANGED
|
@@ -38,7 +38,7 @@ import './smoothscroll-4b699764.js';
|
|
|
38
38
|
import './GroupDeck.js';
|
|
39
39
|
import 'react-bootstrap';
|
|
40
40
|
import Button from 'react-bootstrap/Button';
|
|
41
|
-
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-
|
|
41
|
+
import { I as InscreenSensor, r as renderAuthor, g as getSerializers } from './index-49042c81.js';
|
|
42
42
|
import './util-7700fc59.js';
|
|
43
43
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
44
44
|
import 'react-bootstrap/Pagination';
|
|
@@ -37,7 +37,7 @@ import './smoothscroll-4b699764.js';
|
|
|
37
37
|
import './GroupDeck.js';
|
|
38
38
|
import 'react-bootstrap';
|
|
39
39
|
import 'react-bootstrap/Button';
|
|
40
|
-
export { g as default } from './index-
|
|
40
|
+
export { g as default } from './index-49042c81.js';
|
|
41
41
|
import './util-7700fc59.js';
|
|
42
42
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
43
43
|
import 'react-bootstrap/Pagination';
|
|
@@ -8721,7 +8721,7 @@ var getSerializers = function getSerializers() {
|
|
|
8721
8721
|
var isExernalUrl = checkUrlIsExternal(href);
|
|
8722
8722
|
return React__default.createElement(
|
|
8723
8723
|
'a',
|
|
8724
|
-
{ href: isExernalUrl ? href : '/' + href, target: blank ? '_blank' : '_self' },
|
|
8724
|
+
{ rel: blank ? 'noopener' : '', href: isExernalUrl ? href : '/' + href, target: blank ? '_blank' : '_self' },
|
|
8725
8725
|
children
|
|
8726
8726
|
);
|
|
8727
8727
|
},
|
package/dist/esm/index.js
CHANGED
|
@@ -71,7 +71,7 @@ import './index-d2f90501.js';
|
|
|
71
71
|
import './js.cookie-6874175c.js';
|
|
72
72
|
export { default as EventsDeck } from './EventsDeck.js';
|
|
73
73
|
export { default as CMEDeck } from './CMEDeck.js';
|
|
74
|
-
export { g as getSerializers } from './index-
|
|
74
|
+
export { g as getSerializers } from './index-49042c81.js';
|
|
75
75
|
import './util-7700fc59.js';
|
|
76
76
|
import './brightcove-react-player-loader.es-83f53e4e.js';
|
|
77
77
|
import 'react-bootstrap/Pagination';
|