@mjhls/mjh-framework 1.0.372 → 1.0.373
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
CHANGED
|
@@ -121,6 +121,7 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
121
121
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
122
122
|
)
|
|
123
123
|
),
|
|
124
|
+
React__default.createElement('p', { className: 'clearfix' }),
|
|
124
125
|
React__default.createElement(
|
|
125
126
|
'div',
|
|
126
127
|
{ className: 'lightbox-target ' + (openImg ? 'open' : 'close') },
|
package/dist/cjs/index.js
CHANGED
|
@@ -14303,7 +14303,7 @@ var NativeAd = function NativeAd(props) {
|
|
|
14303
14303
|
};
|
|
14304
14304
|
|
|
14305
14305
|
var Figure = dynamic(function () {
|
|
14306
|
-
return Promise.resolve().then(function () { return require('./Figure-
|
|
14306
|
+
return Promise.resolve().then(function () { return require('./Figure-68977d29.js'); });
|
|
14307
14307
|
}, { ssr: false });
|
|
14308
14308
|
|
|
14309
14309
|
var checkUrlIsExternal = function checkUrlIsExternal(url) {
|
|
@@ -17099,16 +17099,10 @@ var Article = function Article(props) {
|
|
|
17099
17099
|
blocks: [].concat(toConsumableArray._toConsumableArray(body.slice(0, selectedIndex))),
|
|
17100
17100
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
17101
17101
|
}, client.config())),
|
|
17102
|
-
React__default.createElement('p', { className: 'clearfix' }),
|
|
17103
17102
|
React__default.createElement(
|
|
17104
17103
|
'div',
|
|
17105
17104
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|
|
17106
|
-
React__default.createElement(AdSlot.DFPAdSlot, _extends$2._extends({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
|
|
17107
|
-
React__default.createElement(
|
|
17108
|
-
'style',
|
|
17109
|
-
{ jsx: 'true' },
|
|
17110
|
-
'\n .contextual-native-ad .adunitContainer {\n position: absolute;\n }\n '
|
|
17111
|
-
)
|
|
17105
|
+
React__default.createElement(AdSlot.DFPAdSlot, _extends$2._extends({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
|
|
17112
17106
|
),
|
|
17113
17107
|
React__default.createElement(TaxonomyCard.BlockContent, _extends$2._extends({
|
|
17114
17108
|
serializers: getSerializers(client, pageview, videoAccountIDs, function () {}, true, drupalLeadSettings, currentPage),
|
|
@@ -116,6 +116,7 @@ var FigureComponent = function FigureComponent(props) {
|
|
|
116
116
|
caption && React__default.createElement('div', { dangerouslySetInnerHTML: { __html: '<span class=\'figure-caption\'>' + caption + '</span>' } })
|
|
117
117
|
)
|
|
118
118
|
),
|
|
119
|
+
React__default.createElement('p', { className: 'clearfix' }),
|
|
119
120
|
React__default.createElement(
|
|
120
121
|
'div',
|
|
121
122
|
{ className: 'lightbox-target ' + (openImg ? 'open' : 'close') },
|
package/dist/esm/index.js
CHANGED
|
@@ -14300,7 +14300,7 @@ var NativeAd = function NativeAd(props) {
|
|
|
14300
14300
|
};
|
|
14301
14301
|
|
|
14302
14302
|
var Figure = dynamic(function () {
|
|
14303
|
-
return import('./Figure-
|
|
14303
|
+
return import('./Figure-d0930225.js');
|
|
14304
14304
|
}, { ssr: false });
|
|
14305
14305
|
|
|
14306
14306
|
var checkUrlIsExternal = function checkUrlIsExternal(url) {
|
|
@@ -17096,16 +17096,10 @@ var Article = function Article(props) {
|
|
|
17096
17096
|
blocks: [].concat(_toConsumableArray(body.slice(0, selectedIndex))),
|
|
17097
17097
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
17098
17098
|
}, client.config())),
|
|
17099
|
-
React__default.createElement('p', { className: 'clearfix' }),
|
|
17100
17099
|
React__default.createElement(
|
|
17101
17100
|
'div',
|
|
17102
17101
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|
|
17103
|
-
React__default.createElement(DFPAdSlot, _extends$2({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
|
|
17104
|
-
React__default.createElement(
|
|
17105
|
-
'style',
|
|
17106
|
-
{ jsx: 'true' },
|
|
17107
|
-
'\n .contextual-native-ad .adunitContainer {\n position: absolute;\n }\n '
|
|
17108
|
-
)
|
|
17102
|
+
React__default.createElement(DFPAdSlot, _extends$2({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
|
|
17109
17103
|
),
|
|
17110
17104
|
React__default.createElement(BlockContent, _extends$2({
|
|
17111
17105
|
serializers: getSerializers(client, pageview, videoAccountIDs, function () {}, true, drupalLeadSettings, currentPage),
|