@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.js CHANGED
@@ -5653,16 +5653,16 @@ var AD728x90 = function AD728x90(_ref) {
5653
5653
  {
5654
5654
  dfpNetworkId: networkID,
5655
5655
  targetingArguments: targeting.desktop,
5656
- sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [960, 35]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }],
5656
+ sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [970, 90]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }],
5657
5657
  lazyLoad: { fetchMarginPercent: 500, renderMarginPercent: 200, mobileScaling: 2.0 } },
5658
5658
  React__default.createElement(
5659
5659
  'div',
5660
5660
  { className: 'AD728x90' },
5661
5661
  React__default.createElement(lib_2, {
5662
5662
  slotId: slotId,
5663
- sizes: [[728, 90], [960, 35], [320, 50], [300, 50]],
5663
+ sizes: [[728, 90], [970, 90], [320, 50], [300, 50]],
5664
5664
  adUnit: adUnit,
5665
- sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [960, 35]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }]
5665
+ sizeMapping: [{ viewport: [768, 1], sizes: [[728, 90], [970, 90]] }, { viewport: [1, 1], sizes: [[320, 50], [300, 50]] }]
5666
5666
  })
5667
5667
  )
5668
5668
  );
@@ -5784,7 +5784,7 @@ var AD300x250 = function AD300x250(_ref) {
5784
5784
  adUnit = _ref.adUnit,
5785
5785
  targeting = _ref.targeting;
5786
5786
 
5787
- return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250]] });
5787
+ return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250], [300, 100]] });
5788
5788
  };
5789
5789
 
5790
5790
  var AD300x250x600 = function AD300x250x600(_ref) {
@@ -5797,7 +5797,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
5797
5797
  adUnit: adUnit,
5798
5798
  className: 'AD300x250',
5799
5799
  targeting: targeting,
5800
- sizes: [[300, 250], [300, 600]]
5800
+ sizes: [[300, 250], [300, 100], [300, 600]]
5801
5801
  });
5802
5802
  };
5803
5803