@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/dist/index.js CHANGED
@@ -5589,7 +5589,7 @@ var AD728x90 = function AD728x90(_ref) {
5589
5589
  null,
5590
5590
  React__default.createElement(
5591
5591
  'div',
5592
- { className: 'AD300x50' },
5592
+ { className: 'AD728x90' },
5593
5593
  React__default.createElement(lib_2, {
5594
5594
  slotId: slotId,
5595
5595
  sizes: [[300, 50], [320, 50]],
@@ -5711,8 +5711,8 @@ var AD = function AD(_ref) {
5711
5711
  adUnit: adUnit,
5712
5712
  sizeMapping: sizeMapping,
5713
5713
  targetingArguments: targetingArguemnts,
5714
- onSlotIsRendered: function onSlotIsRendered(eventData) {
5715
- console.log('AD ' + className + ' rendered:', eventData);
5714
+ onSlotRender: function onSlotRender(eventData) {
5715
+ return console.log('AD ' + className + ' rendered:', eventData);
5716
5716
  },
5717
5717
  onSlotIsViewable: function onSlotIsViewable(eventData) {
5718
5718
  console.log('AD ' + className + ' viewable:', eventData);