@mjhls/mjh-framework 1.0.371 → 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
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.371
2
+ # mjh-framework v. 1.0.373
3
3
 
4
4
 
5
5
  > Foundation Framework
@@ -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-b308d6a2.js'); });
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,7 +17099,6 @@ 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' },
@@ -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-6394d22a.js');
14303
+ return import('./Figure-d0930225.js');
14304
14304
  }, { ssr: false });
14305
14305
 
14306
14306
  var checkUrlIsExternal = function checkUrlIsExternal(url) {
@@ -17096,7 +17096,6 @@ 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' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.371",
3
+ "version": "1.0.373",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",