@glomex/integration-web-component 1.1412.0 → 1.1414.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1290,6 +1290,12 @@ export declare interface MediaItem {
1290
1290
  ageRatingDetails?: string[];
1291
1291
  /** Keywords of the media item */
1292
1292
  keywords?: string[];
1293
+ /** Logo of the media item in size 220x90 (e.g. for shows, movies, sports events etc.) */
1294
+ logo?: string;
1295
+ /** Alt text for the logo of the media item */
1296
+ logoAltText?: string;
1297
+ /** Accent color of the media item that is shown behind the logo */
1298
+ logoAccentColor?: string;
1293
1299
  /** Show (often referred to as series, format or tv-show) the media item belongs to */
1294
1300
  show?: {
1295
1301
  id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1412.0",
3
+ "version": "1.1414.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",
@@ -31,7 +31,7 @@
31
31
  "watch": "npm-run-all --parallel \"build:* -- --watch\""
32
32
  },
33
33
  "devDependencies": {
34
- "@glomex/integration": "^1.1412.0",
34
+ "@glomex/integration": "^1.1414.0",
35
35
  "@microsoft/api-extractor": "^7.52.13",
36
36
  "@rslib/core": "^0.13.3"
37
37
  },
@@ -39,5 +39,5 @@
39
39
  "access": "public"
40
40
  },
41
41
  "license": "MIT",
42
- "gitHead": "a27f194015553e74f13eb896b97bc7f56ae10fe5"
42
+ "gitHead": "6e43c1ad5a57f7cc0b76419bdeaea86657d30752"
43
43
  }