@glomex/integration-web-component 1.1441.0 → 1.1442.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/index.d.ts +2 -9
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -503,17 +503,13 @@ export declare class IntegrationElement extends HTMLElement implements Integrati
|
|
|
503
503
|
* @attribute top-level-iframe
|
|
504
504
|
*/
|
|
505
505
|
topLevelIframe: boolean;
|
|
506
|
-
/**
|
|
507
|
-
* {@inheritDoc IntegrationProperties.useAdsSdk}
|
|
508
|
-
* @attribute use-ads-sdk
|
|
509
|
-
*/
|
|
510
|
-
useAdsSdk: boolean;
|
|
511
506
|
/**
|
|
512
507
|
* {@inheritDoc IntegrationProperties.placement}
|
|
513
508
|
* @attribute placement
|
|
514
509
|
*/
|
|
515
510
|
placement?: string;
|
|
516
511
|
variant?: string;
|
|
512
|
+
adPlayer?: string;
|
|
517
513
|
/**
|
|
518
514
|
* {@inheritDoc IntegrationProperties.crossorigin}
|
|
519
515
|
* @attribute crossorigin
|
|
@@ -1199,10 +1195,6 @@ export declare interface IntegrationProperties {
|
|
|
1199
1195
|
* An optional flag that can mark the integration as if it is running in a top-level window context. Useful when the embedded iframe represents an article, which contains this integration.
|
|
1200
1196
|
*/
|
|
1201
1197
|
topLevelIframe?: boolean;
|
|
1202
|
-
/**
|
|
1203
|
-
* An optional flag that marks that the ads-sdk should be used.
|
|
1204
|
-
*/
|
|
1205
|
-
useAdsSdk?: boolean;
|
|
1206
1198
|
/**
|
|
1207
1199
|
* Allows the publisher to provide an optional placement attribute, which supplies additional contextual information for enhanced analytics tracking.
|
|
1208
1200
|
* This can be a simple string or a stringified JSON object. If it is a stringified JSON object, its contents are forwarded as `placementDetail`. If the object contains a property key `name`, its value will be tracked for the placement attribute.
|
|
@@ -1210,6 +1202,7 @@ export declare interface IntegrationProperties {
|
|
|
1210
1202
|
placement?: string;
|
|
1211
1203
|
env?: 'stage' | 'local';
|
|
1212
1204
|
variant?: string;
|
|
1205
|
+
adPlayer?: string;
|
|
1213
1206
|
/**
|
|
1214
1207
|
* The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Attributes/crossorigin crossorigin attribute}
|
|
1215
1208
|
* is used to define the CORS (Cross-Origin Resource Sharing) policy for the video element.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1442.1",
|
|
4
4
|
"description": "Web component and types to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@biomejs/biome": "catalog:",
|
|
35
|
-
"@glomex/integration": "1.
|
|
35
|
+
"@glomex/integration": "1.1442.1",
|
|
36
36
|
"@microsoft/api-extractor": "catalog:",
|
|
37
37
|
"@rslib/core": "catalog:",
|
|
38
38
|
"npm-run-all": "catalog:",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"license": "MIT",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "7999280b336b13ab0ab4c1a3d82066649696c062"
|
|
46
46
|
}
|