@mjhls/mjh-framework 1.0.49 → 1.0.50

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 CHANGED
@@ -5772,20 +5772,12 @@ AD.propTypes = {
5772
5772
  minInViewPercent: PropTypes.number
5773
5773
  };
5774
5774
 
5775
- var AD300x100 = function AD300x100(_ref) {
5776
- var networkID = _ref.networkID,
5777
- adUnit = _ref.adUnit,
5778
- targeting = _ref.targeting;
5779
-
5780
- return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x100', sizes: [[300, 100]] });
5781
- };
5782
-
5783
5775
  var AD300x250 = function AD300x250(_ref) {
5784
5776
  var networkID = _ref.networkID,
5785
5777
  adUnit = _ref.adUnit,
5786
5778
  targeting = _ref.targeting;
5787
5779
 
5788
- 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]] });
5789
5781
  };
5790
5782
 
5791
5783
  var AD300x250x600 = function AD300x250x600(_ref) {
@@ -5798,7 +5790,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
5798
5790
  adUnit: adUnit,
5799
5791
  className: 'AD300x250',
5800
5792
  targeting: targeting,
5801
- sizes: [[300, 250], [300, 600]]
5793
+ sizes: [[300, 250], [300, 600], [300, 100]]
5802
5794
  });
5803
5795
  };
5804
5796
 
@@ -9962,5 +9954,5 @@ var getSerializers$1 = function getSerializers(client) {
9962
9954
  };
9963
9955
  };
9964
9956
 
9965
- export { DeckContent, DeckQueue, ThumbnailCard, TaxonomyCard, Column1, Column2, Column3, Header, LeftNav, AccordionPanel, NavMagazine, NavNative, NavNormal, NavDvm, TemplateNormal, AD300x100, AD300x250, AD300x250x600, AD728x90, getSerializers$1 as getSerializers, Search$1 as Search };
9957
+ export { DeckContent, DeckQueue, ThumbnailCard, TaxonomyCard, Column1, Column2, Column3, Header, LeftNav, AccordionPanel, NavMagazine, NavNative, NavNormal, NavDvm, TemplateNormal, AD300x250, AD300x250x600, AD728x90, getSerializers$1 as getSerializers, Search$1 as Search };
9966
9958
  //# sourceMappingURL=index.es.js.map