@mjhls/mjh-framework 1.0.35 → 1.0.36
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 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5597,8 +5597,8 @@ var AD728x90 = function AD728x90(_ref) {
|
|
|
5597
5597
|
{ className: 'AD300x50' },
|
|
5598
5598
|
React__default.createElement(lib_2, {
|
|
5599
5599
|
slotId: slotId,
|
|
5600
|
-
sizes: [[300, 50]],
|
|
5601
|
-
sizeMapping: [{ viewport: [640, 480], sizes: [[300, 50]] }],
|
|
5600
|
+
sizes: [[300, 50], [320, 50]],
|
|
5601
|
+
sizeMapping: [{ viewport: [640, 480], sizes: [[300, 50], [320, 50]] }],
|
|
5602
5602
|
adUnit: adUnit,
|
|
5603
5603
|
targetingArguments: { 'pos': 'mobile1' },
|
|
5604
5604
|
onSlotRender: function onSlotRender(eventData) {
|