@glomex/integration-web-component 1.1427.0 → 1.1429.0
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 +6 -2
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1448,14 +1448,18 @@ export declare interface MediaItem {
|
|
|
1448
1448
|
*/
|
|
1449
1449
|
experiments?: Experiment[];
|
|
1450
1450
|
/**
|
|
1451
|
-
*
|
|
1452
|
-
* @ignore
|
|
1451
|
+
* Additional content branding
|
|
1453
1452
|
*/
|
|
1454
1453
|
branding?: {
|
|
1454
|
+
/** @ignore */
|
|
1455
1455
|
backgroundColor?: string;
|
|
1456
|
+
/** @ignore */
|
|
1456
1457
|
cutInZoomAssetUrl?: string;
|
|
1458
|
+
/** @ignore */
|
|
1457
1459
|
cutInZoomHideTimeout?: number;
|
|
1460
|
+
/** Logo that should appear in the corner */
|
|
1458
1461
|
logoUrl?: string;
|
|
1462
|
+
/** Optional link target for the logo */
|
|
1459
1463
|
logoLinkUrl?: string;
|
|
1460
1464
|
};
|
|
1461
1465
|
/** Livestream details */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-web-component",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1429.0",
|
|
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": "
|
|
35
|
+
"@glomex/integration": "1.1429.0",
|
|
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": "b828a78945f3c9bbc4bd7d2adaf36830422265c4"
|
|
46
46
|
}
|