@glomex/integration-web-component 1.1306.0 → 1.1307.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/build/index.d.ts +9 -0
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -239,6 +239,15 @@ export declare class GlomexMediaItemElement extends HTMLElement {
239
239
  title: string;
240
240
  }
241
241
 
242
+ export declare interface GlomexMediaItemWithOverrides {
243
+ id: string;
244
+ overrides: {
245
+ title?: string;
246
+ poster?: string;
247
+ teaserVideo?: string;
248
+ };
249
+ }
250
+
242
251
  /**
243
252
  * Web component to integrate the player.
244
253
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1306.0",
3
+ "version": "1.1307.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",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "^1.9.4",
32
- "@glomex/integration": "^1.1306.0",
32
+ "@glomex/integration": "^1.1307.0",
33
33
  "@microsoft/api-extractor": "^7.52.1",
34
34
  "@rslib/core": "^0.5.4",
35
35
  "typescript": "^5.8.2"
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "899ed92cd26a595ef3a97d06e547903253b4e002"
40
+ "gitHead": "2a424fb7203a73ed818e3f58ec4b20c9e56b9b14"
41
41
  }