@mjhls/mjh-framework 1.0.370 → 1.0.372

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/dist/esm/index.js CHANGED
@@ -17100,7 +17100,12 @@ var Article = function Article(props) {
17100
17100
  React__default.createElement(
17101
17101
  'div',
17102
17102
  { id: 'contextual-native-ad-' + payload._id, className: 'contextual-native-ad' },
17103
- React__default.createElement(DFPAdSlot, _extends$2({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound }))
17103
+ React__default.createElement(DFPAdSlot, _extends$2({}, payload.contextualAD, { refreshFlag: false, checkIsAdFound: checkIsAdFound })),
17104
+ React__default.createElement(
17105
+ 'style',
17106
+ { jsx: 'true' },
17107
+ '\n .contextual-native-ad .adunitContainer {\n position: absolute;\n }\n '
17108
+ )
17104
17109
  ),
17105
17110
  React__default.createElement(BlockContent, _extends$2({
17106
17111
  serializers: getSerializers(client, pageview, videoAccountIDs, function () {}, true, drupalLeadSettings, currentPage),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.370",
3
+ "version": "1.0.372",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",