@guardian/commercial-core 5.2.0 → 5.2.1
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/cjs/ad-sizes.js +8 -11
- package/dist/esm/ad-sizes.js +8 -11
- package/package.json +1 -1
package/dist/cjs/ad-sizes.js
CHANGED
|
@@ -150,25 +150,22 @@ const slotSizeMappings = {
|
|
|
150
150
|
mobile: [
|
|
151
151
|
adSizes.outOfPage,
|
|
152
152
|
adSizes.empty,
|
|
153
|
-
adSizes.halfPage,
|
|
154
153
|
adSizes.outstreamMobile,
|
|
155
154
|
adSizes.mpu,
|
|
156
155
|
adSizes.googleCard,
|
|
157
156
|
adSizes.fluid,
|
|
158
157
|
],
|
|
159
|
-
|
|
158
|
+
phablet: [
|
|
160
159
|
adSizes.outOfPage,
|
|
161
160
|
adSizes.empty,
|
|
161
|
+
adSizes.outstreamMobile,
|
|
162
162
|
adSizes.mpu,
|
|
163
163
|
adSizes.googleCard,
|
|
164
164
|
adSizes.fluid,
|
|
165
|
-
adSizes.halfPage,
|
|
166
|
-
adSizes.skyscraper,
|
|
167
165
|
],
|
|
168
|
-
|
|
166
|
+
desktop: [
|
|
169
167
|
adSizes.outOfPage,
|
|
170
168
|
adSizes.empty,
|
|
171
|
-
adSizes.outstreamMobile,
|
|
172
169
|
adSizes.mpu,
|
|
173
170
|
adSizes.googleCard,
|
|
174
171
|
adSizes.fluid,
|
|
@@ -220,22 +217,22 @@ const slotSizeMappings = {
|
|
|
220
217
|
adSizes.googleCard,
|
|
221
218
|
adSizes.fluid,
|
|
222
219
|
],
|
|
223
|
-
|
|
220
|
+
phablet: [
|
|
224
221
|
adSizes.outOfPage,
|
|
225
222
|
adSizes.empty,
|
|
223
|
+
adSizes.outstreamMobile,
|
|
226
224
|
adSizes.mpu,
|
|
227
225
|
adSizes.googleCard,
|
|
228
226
|
adSizes.halfPage,
|
|
229
|
-
adSizes.leaderboard,
|
|
230
227
|
adSizes.fluid,
|
|
231
228
|
],
|
|
232
|
-
|
|
229
|
+
tablet: [
|
|
233
230
|
adSizes.outOfPage,
|
|
234
231
|
adSizes.empty,
|
|
235
|
-
adSizes.outstreamMobile,
|
|
236
232
|
adSizes.mpu,
|
|
237
233
|
adSizes.googleCard,
|
|
238
234
|
adSizes.halfPage,
|
|
235
|
+
adSizes.leaderboard,
|
|
239
236
|
adSizes.fluid,
|
|
240
237
|
],
|
|
241
238
|
desktop: [
|
|
@@ -287,8 +284,8 @@ const slotSizeMappings = {
|
|
|
287
284
|
mobile: [adSizes.mobilesticky],
|
|
288
285
|
},
|
|
289
286
|
'crossword-banner': {
|
|
290
|
-
tablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
291
287
|
phablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
288
|
+
tablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
292
289
|
},
|
|
293
290
|
exclusion: {
|
|
294
291
|
mobile: [adSizes.empty],
|
package/dist/esm/ad-sizes.js
CHANGED
|
@@ -143,25 +143,22 @@ const slotSizeMappings = {
|
|
|
143
143
|
mobile: [
|
|
144
144
|
adSizes.outOfPage,
|
|
145
145
|
adSizes.empty,
|
|
146
|
-
adSizes.halfPage,
|
|
147
146
|
adSizes.outstreamMobile,
|
|
148
147
|
adSizes.mpu,
|
|
149
148
|
adSizes.googleCard,
|
|
150
149
|
adSizes.fluid,
|
|
151
150
|
],
|
|
152
|
-
|
|
151
|
+
phablet: [
|
|
153
152
|
adSizes.outOfPage,
|
|
154
153
|
adSizes.empty,
|
|
154
|
+
adSizes.outstreamMobile,
|
|
155
155
|
adSizes.mpu,
|
|
156
156
|
adSizes.googleCard,
|
|
157
157
|
adSizes.fluid,
|
|
158
|
-
adSizes.halfPage,
|
|
159
|
-
adSizes.skyscraper,
|
|
160
158
|
],
|
|
161
|
-
|
|
159
|
+
desktop: [
|
|
162
160
|
adSizes.outOfPage,
|
|
163
161
|
adSizes.empty,
|
|
164
|
-
adSizes.outstreamMobile,
|
|
165
162
|
adSizes.mpu,
|
|
166
163
|
adSizes.googleCard,
|
|
167
164
|
adSizes.fluid,
|
|
@@ -213,22 +210,22 @@ const slotSizeMappings = {
|
|
|
213
210
|
adSizes.googleCard,
|
|
214
211
|
adSizes.fluid,
|
|
215
212
|
],
|
|
216
|
-
|
|
213
|
+
phablet: [
|
|
217
214
|
adSizes.outOfPage,
|
|
218
215
|
adSizes.empty,
|
|
216
|
+
adSizes.outstreamMobile,
|
|
219
217
|
adSizes.mpu,
|
|
220
218
|
adSizes.googleCard,
|
|
221
219
|
adSizes.halfPage,
|
|
222
|
-
adSizes.leaderboard,
|
|
223
220
|
adSizes.fluid,
|
|
224
221
|
],
|
|
225
|
-
|
|
222
|
+
tablet: [
|
|
226
223
|
adSizes.outOfPage,
|
|
227
224
|
adSizes.empty,
|
|
228
|
-
adSizes.outstreamMobile,
|
|
229
225
|
adSizes.mpu,
|
|
230
226
|
adSizes.googleCard,
|
|
231
227
|
adSizes.halfPage,
|
|
228
|
+
adSizes.leaderboard,
|
|
232
229
|
adSizes.fluid,
|
|
233
230
|
],
|
|
234
231
|
desktop: [
|
|
@@ -280,8 +277,8 @@ const slotSizeMappings = {
|
|
|
280
277
|
mobile: [adSizes.mobilesticky],
|
|
281
278
|
},
|
|
282
279
|
'crossword-banner': {
|
|
283
|
-
tablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
284
280
|
phablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
281
|
+
tablet: [adSizes.outOfPage, adSizes.empty, adSizes.leaderboard],
|
|
285
282
|
},
|
|
286
283
|
exclusion: {
|
|
287
284
|
mobile: [adSizes.empty],
|