@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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.380
2
+ # mjh-framework v. 1.0.381
3
3
 
4
4
 
5
5
  > Foundation Framework
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' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.380",
3
+ "version": "1.0.381",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",