@mjhls/mjh-framework 1.0.364 → 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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.364
2
+ # mjh-framework v. 1.0.365
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/cjs/index.js CHANGED
@@ -16420,6 +16420,7 @@ var Article = function Article(props) {
16420
16420
  blocks: [].concat(toConsumableArray._toConsumableArray(body.slice(0, selectedIndex))),
16421
16421
  imageOptions: { w: 320, h: 240, fit: 'max' }
16422
16422
  }, client.config())),
16423
+ React__default.createElement('p', { className: 'clearfix' }),
16423
16424
  React__default.createElement(
16424
16425
  'div',
16425
16426
  { id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
package/dist/esm/index.js CHANGED
@@ -16417,6 +16417,7 @@ var Article = function Article(props) {
16417
16417
  blocks: [].concat(_toConsumableArray(body.slice(0, selectedIndex))),
16418
16418
  imageOptions: { w: 320, h: 240, fit: 'max' }
16419
16419
  }, client.config())),
16420
+ React__default.createElement('p', { className: 'clearfix' }),
16420
16421
  React__default.createElement(
16421
16422
  'div',
16422
16423
  { id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.364",
3
+ "version": "1.0.365",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",