@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 +3 -11
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -11
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5779,20 +5779,12 @@ AD.propTypes = {
|
|
|
5779
5779
|
minInViewPercent: PropTypes.number
|
|
5780
5780
|
};
|
|
5781
5781
|
|
|
5782
|
-
var AD300x100 = function AD300x100(_ref) {
|
|
5783
|
-
var networkID = _ref.networkID,
|
|
5784
|
-
adUnit = _ref.adUnit,
|
|
5785
|
-
targeting = _ref.targeting;
|
|
5786
|
-
|
|
5787
|
-
return React__default.createElement(AD, { networkID: networkID, adUnit: adUnit, targeting: targeting, className: 'AD300x100', sizes: [[300, 100]] });
|
|
5788
|
-
};
|
|
5789
|
-
|
|
5790
5782
|
var AD300x250 = function AD300x250(_ref) {
|
|
5791
5783
|
var networkID = _ref.networkID,
|
|
5792
5784
|
adUnit = _ref.adUnit,
|
|
5793
5785
|
targeting = _ref.targeting;
|
|
5794
5786
|
|
|
5795
|
-
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]] });
|
|
5796
5788
|
};
|
|
5797
5789
|
|
|
5798
5790
|
var AD300x250x600 = function AD300x250x600(_ref) {
|
|
@@ -5805,7 +5797,7 @@ var AD300x250x600 = function AD300x250x600(_ref) {
|
|
|
5805
5797
|
adUnit: adUnit,
|
|
5806
5798
|
className: 'AD300x250',
|
|
5807
5799
|
targeting: targeting,
|
|
5808
|
-
sizes: [[300, 250], [300, 600]]
|
|
5800
|
+
sizes: [[300, 250], [300, 600], [300, 100]]
|
|
5809
5801
|
});
|
|
5810
5802
|
};
|
|
5811
5803
|
|
|
@@ -9984,7 +9976,6 @@ exports.NavNative = NavNative;
|
|
|
9984
9976
|
exports.NavNormal = NavNormal;
|
|
9985
9977
|
exports.NavDvm = NavDvm;
|
|
9986
9978
|
exports.TemplateNormal = TemplateNormal;
|
|
9987
|
-
exports.AD300x100 = AD300x100;
|
|
9988
9979
|
exports.AD300x250 = AD300x250;
|
|
9989
9980
|
exports.AD300x250x600 = AD300x250x600;
|
|
9990
9981
|
exports.AD728x90 = AD728x90;
|