@mjhls/mjh-framework 1.0.363 → 1.0.365
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/index.js +3 -1
- package/dist/esm/index.js +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -1954,6 +1954,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
1954
1954
|
|
|
1955
1955
|
var cardLoader = function cardLoader() {
|
|
1956
1956
|
var numberOfItemsBeforeAd = 5;
|
|
1957
|
+
|
|
1957
1958
|
return React__default.createElement(
|
|
1958
1959
|
Container,
|
|
1959
1960
|
{ style: { padding: 1 } },
|
|
@@ -2053,7 +2054,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
2053
2054
|
)
|
|
2054
2055
|
)
|
|
2055
2056
|
),
|
|
2056
|
-
speakerInfo && speakerInfo.length && React__default.createElement(
|
|
2057
|
+
speakerInfo && speakerInfo.length > 0 && React__default.createElement(
|
|
2057
2058
|
Row,
|
|
2058
2059
|
null,
|
|
2059
2060
|
React__default.createElement(
|
|
@@ -16419,6 +16420,7 @@ var Article = function Article(props) {
|
|
|
16419
16420
|
blocks: [].concat(toConsumableArray._toConsumableArray(body.slice(0, selectedIndex))),
|
|
16420
16421
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
16421
16422
|
}, client.config())),
|
|
16423
|
+
React__default.createElement('p', { className: 'clearfix' }),
|
|
16422
16424
|
React__default.createElement(
|
|
16423
16425
|
'div',
|
|
16424
16426
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|
package/dist/esm/index.js
CHANGED
|
@@ -1951,6 +1951,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
1951
1951
|
|
|
1952
1952
|
var cardLoader = function cardLoader() {
|
|
1953
1953
|
var numberOfItemsBeforeAd = 5;
|
|
1954
|
+
|
|
1954
1955
|
return React__default.createElement(
|
|
1955
1956
|
Container,
|
|
1956
1957
|
{ style: { padding: 1 } },
|
|
@@ -2050,7 +2051,7 @@ var EventsDeck = function EventsDeck(_ref) {
|
|
|
2050
2051
|
)
|
|
2051
2052
|
)
|
|
2052
2053
|
),
|
|
2053
|
-
speakerInfo && speakerInfo.length && React__default.createElement(
|
|
2054
|
+
speakerInfo && speakerInfo.length > 0 && React__default.createElement(
|
|
2054
2055
|
Row,
|
|
2055
2056
|
null,
|
|
2056
2057
|
React__default.createElement(
|
|
@@ -16416,6 +16417,7 @@ var Article = function Article(props) {
|
|
|
16416
16417
|
blocks: [].concat(_toConsumableArray(body.slice(0, selectedIndex))),
|
|
16417
16418
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
16418
16419
|
}, client.config())),
|
|
16420
|
+
React__default.createElement('p', { className: 'clearfix' }),
|
|
16419
16421
|
React__default.createElement(
|
|
16420
16422
|
'div',
|
|
16421
16423
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|