@mjhls/mjh-framework 1.0.47 → 1.0.48
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 +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5646,16 +5646,16 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
5646
5646
|
{
|
|
5647
5647
|
dfpNetworkId: networkID,
|
|
5648
5648
|
targetingArguments: targeting.desktop,
|
|
5649
|
-
sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [
|
|
5649
|
+
sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [970, 90]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }],
|
|
5650
5650
|
lazyLoad: { fetchMarginPercent: 500, renderMarginPercent: 200, mobileScaling: 2.0 } },
|
|
5651
5651
|
React__default.createElement(
|
|
5652
5652
|
'div',
|
|
5653
5653
|
{ className: 'AD728x90' },
|
|
5654
5654
|
React__default.createElement(lib_2, {
|
|
5655
5655
|
slotId: slotId,
|
|
5656
|
-
sizes: [[728, 90], [
|
|
5656
|
+
sizes: [[728, 90], [970, 90], [320, 50], [300, 50]],
|
|
5657
5657
|
adUnit: adUnit,
|
|
5658
|
-
sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [
|
|
5658
|
+
sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [970, 90]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }]
|
|
5659
5659
|
})
|
|
5660
5660
|
)
|
|
5661
5661
|
);
|
|
@@ -5777,7 +5777,7 @@ var AD300x250 = function AD300x250(_ref) {
|
|
|
5777
5777
|
adUnit = _ref.adUnit,
|
|
5778
5778
|
targeting = _ref.targeting;
|
|
5779
5779
|
|
|
5780
|
-
return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250]] });
|
|
5780
|
+
return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250], [300, 100]] });
|
|
5781
5781
|
};
|
|
5782
5782
|
|
|
5783
5783
|
var AD300x250x600 = function AD300x250x600(_ref) {
|
|
@@ -5790,7 +5790,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
5790
5790
|
adUnit: adUnit,
|
|
5791
5791
|
className: 'AD300x250',
|
|
5792
5792
|
targeting: targeting,
|
|
5793
|
-
sizes: [[300, 250], [300, 600]]
|
|
5793
|
+
sizes: [[300, 250], [300, 100], [300, 600]]
|
|
5794
5794
|
});
|
|
5795
5795
|
};
|
|
5796
5796
|
|