@mjhls/mjh-framework 1.0.38 → 1.0.40
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 +1 -1
- package/dist/index.es.js +4 -4
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React__default, { Component, useState,
|
|
1
|
+
import React__default, { Component, useState, createElement, createContext } from 'react';
|
|
2
2
|
import Row from 'react-bootstrap/Row';
|
|
3
3
|
import Col from 'react-bootstrap/Col';
|
|
4
4
|
import Card from 'react-bootstrap/Card';
|
|
@@ -5582,7 +5582,7 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
5582
5582
|
null,
|
|
5583
5583
|
React__default.createElement(
|
|
5584
5584
|
'div',
|
|
5585
|
-
{ className: '
|
|
5585
|
+
{ className: 'AD728x90' },
|
|
5586
5586
|
React__default.createElement(lib_2, {
|
|
5587
5587
|
slotId: slotId,
|
|
5588
5588
|
sizes: [[300, 50], [320, 50]],
|
|
@@ -5704,8 +5704,8 @@ var AD = function AD(_ref) {
|
|
|
5704
5704
|
adUnit: adUnit,
|
|
5705
5705
|
sizeMapping: sizeMapping,
|
|
5706
5706
|
targetingArguments: targetingArguemnts,
|
|
5707
|
-
|
|
5708
|
-
console.log('AD ' + className + ' rendered:', eventData);
|
|
5707
|
+
onSlotRender: function onSlotRender(eventData) {
|
|
5708
|
+
return console.log('AD ' + className + ' rendered:', eventData);
|
|
5709
5709
|
},
|
|
5710
5710
|
onSlotIsViewable: function onSlotIsViewable(eventData) {
|
|
5711
5711
|
console.log('AD ' + className + ' viewable:', eventData);
|