@mjhls/mjh-framework 1.0.418 → 1.0.420

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,10 +1,10 @@
1
1
 
2
- # mjh-framework v. 1.0.418
2
+ # mjh-framework v. 1.0.420
3
3
 
4
- > Foundation Framework
4
+ > Foundation Framework
5
5
 
6
6
 
7
- [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
7
+ [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)]( https://standardjs.com )
8
8
 
9
9
  ## Install
10
10
 
package/dist/cjs/index.js CHANGED
@@ -17093,7 +17093,7 @@ var Article = function Article(props) {
17093
17093
  contextualAD: _extends$2._extends({}, payload.contextualAD, {
17094
17094
  slotId: (payload.contextualAD.slotId || 'contextual_ad') + '-' + payload._id,
17095
17095
  className: 'ADFluid',
17096
- sizes: ['fluid']
17096
+ sizes: [['fluid'], [300, 100]]
17097
17097
  })
17098
17098
  });
17099
17099
  var _selectedIndex = indexes[1] + 1;
package/dist/esm/index.js CHANGED
@@ -17090,7 +17090,7 @@ var Article = function Article(props) {
17090
17090
  contextualAD: _extends$2({}, payload.contextualAD, {
17091
17091
  slotId: (payload.contextualAD.slotId || 'contextual_ad') + '-' + payload._id,
17092
17092
  className: 'ADFluid',
17093
- sizes: ['fluid']
17093
+ sizes: [['fluid'], [300, 100]]
17094
17094
  })
17095
17095
  });
17096
17096
  var _selectedIndex = indexes[1] + 1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.418",
3
+ "version": "1.0.420",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",