@betarena/ad-engine 0.0.57 → 0.0.59
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/package.json
CHANGED
|
@@ -246,7 +246,7 @@
|
|
|
246
246
|
<div
|
|
247
247
|
id="intscdiv"
|
|
248
248
|
class="interscroller-bg-wrapper"
|
|
249
|
-
style="height: 100%; right: 0px; clip: rect(0px 100vw 100vh 0px); width: 100vw;"
|
|
249
|
+
style="height: 100%; right: 0px; clip-path: rect(0px 100vw 100vh 0px); width: 100vw;"
|
|
250
250
|
>
|
|
251
251
|
<div
|
|
252
252
|
id="nxtads"
|
|
@@ -263,40 +263,34 @@
|
|
|
263
263
|
text-align: center;
|
|
264
264
|
"
|
|
265
265
|
>
|
|
266
|
-
<
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
height: 100%;
|
|
272
|
-
"
|
|
273
|
-
>
|
|
274
|
-
<a
|
|
275
|
-
target="_blank"
|
|
276
|
-
on:click=
|
|
266
|
+
<a
|
|
267
|
+
target="_blank"
|
|
268
|
+
on:click=
|
|
269
|
+
{
|
|
270
|
+
() =>
|
|
277
271
|
{
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
}
|
|
286
|
-
);
|
|
287
|
-
}
|
|
272
|
+
postMod
|
|
273
|
+
(
|
|
274
|
+
`${betarenaEndpoint}/ad/update/click`,
|
|
275
|
+
{
|
|
276
|
+
creativeId: objectAdverData.id
|
|
277
|
+
}
|
|
278
|
+
);
|
|
288
279
|
}
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
280
|
+
}
|
|
281
|
+
href={objectAdverData.data?.cta_link}
|
|
282
|
+
>
|
|
283
|
+
<div
|
|
284
|
+
style=
|
|
285
|
+
"
|
|
286
|
+
background: url({objectAdverData.data?.media});
|
|
287
|
+
height: 100vh;
|
|
288
|
+
width: 100vw;
|
|
289
|
+
background-repeat: no-repeat;
|
|
290
|
+
background-size: contain;
|
|
291
|
+
"
|
|
292
|
+
/>
|
|
293
|
+
</a>
|
|
300
294
|
</div>
|
|
301
295
|
</div>
|
|
302
296
|
|
|
File without changes
|