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