@mjhls/mjh-framework 1.0.380 → 1.0.381
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 +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/index.js
CHANGED
|
@@ -17217,6 +17217,7 @@ var Article = function Article(props) {
|
|
|
17217
17217
|
blocks: [].concat(toConsumableArray._toConsumableArray(body.slice(0, selectedIndex))),
|
|
17218
17218
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
17219
17219
|
}, client.config())),
|
|
17220
|
+
React__default.createElement('span', { className: 'clearfix' }),
|
|
17220
17221
|
React__default.createElement(
|
|
17221
17222
|
'div',
|
|
17222
17223
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|
package/dist/esm/index.js
CHANGED
|
@@ -17214,6 +17214,7 @@ var Article = function Article(props) {
|
|
|
17214
17214
|
blocks: [].concat(_toConsumableArray(body.slice(0, selectedIndex))),
|
|
17215
17215
|
imageOptions: { w: 320, h: 240, fit: 'max' }
|
|
17216
17216
|
}, client.config())),
|
|
17217
|
+
React__default.createElement('span', { className: 'clearfix' }),
|
|
17217
17218
|
React__default.createElement(
|
|
17218
17219
|
'div',
|
|
17219
17220
|
{ id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
|