@glomex/integration-web-component 1.1428.0 → 1.1429.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -2
  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
- * Advanced additional content branding (e.g. L around the video).
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.1428.0",
3
+ "version": "1.1429.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.1428.0",
35
+ "@glomex/integration": "1.1429.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": "53d17e43a97bf8f50168d72ad16d84a12ffef6c0"
45
+ "gitHead": "25356e313b150b2336f7565c32c98656cd0193e6"
46
46
  }