@mjhls/mjh-framework 1.0.35 → 1.0.36
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.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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';
|
|
@@ -5590,8 +5590,8 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
5590
5590
|
{ className: 'AD300x50' },
|
|
5591
5591
|
React__default.createElement(lib_2, {
|
|
5592
5592
|
slotId: slotId,
|
|
5593
|
-
sizes: [[300, 50]],
|
|
5594
|
-
sizeMapping: [{ viewport: [640, 480], sizes: [[300, 50]] }],
|
|
5593
|
+
sizes: [[300, 50], [320, 50]],
|
|
5594
|
+
sizeMapping: [{ viewport: [640, 480], sizes: [[300, 50], [320, 50]] }],
|
|
5595
5595
|
adUnit: adUnit,
|
|
5596
5596
|
targetingArguments: { 'pos': 'mobile1' },
|
|
5597
5597
|
onSlotRender: function onSlotRender(eventData) {
|