@mjhls/mjh-framework 1.0.48 → 1.0.49

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,12 +5772,20 @@ 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
+
5775
5783
  var AD300x250 = function AD300x250(_ref) {
5776
5784
  var networkID = _ref.networkID,
5777
5785
  adUnit = _ref.adUnit,
5778
5786
  targeting = _ref.targeting;
5779
5787
 
5780
- return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250], [300, 100]] });
5788
+ return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x250', sizes: [[300, 250]] });
5781
5789
  };
5782
5790
 
5783
5791
  var AD300x250x600 = function AD300x250x600(_ref) {
@@ -5790,7 +5798,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
5790
5798
  adUnit: adUnit,
5791
5799
  className: 'AD300x250',
5792
5800
  targeting: targeting,
5793
- sizes: [[300, 250], [300, 100], [300, 600]]
5801
+ sizes: [[300, 250], [300, 600]]
5794
5802
  });
5795
5803
  };
5796
5804
 
@@ -9954,5 +9962,5 @@ var getSerializers$1 = function getSerializers(client) {
9954
9962
  };
9955
9963
  };
9956
9964
 
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 };
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 };
9958
9966
  //# sourceMappingURL=index.es.js.map