@glomex/integration-react 1.1305.0 → 1.1306.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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ExternalMediaItemElement, type MediaItem
|
|
1
|
+
import { type ExternalMediaItemElement, type MediaItem } from '@glomex/integration-web-component';
|
|
2
2
|
import type { DetailedHTMLProps, HTMLAttributes } from 'react';
|
|
3
3
|
declare global {
|
|
4
4
|
namespace JSX {
|
|
@@ -14,4 +14,4 @@ declare global {
|
|
|
14
14
|
/**
|
|
15
15
|
* React component to define an external media item.
|
|
16
16
|
*/
|
|
17
|
-
export declare const ExternalMediaItemReact: (mediaItem: MediaItem
|
|
17
|
+
export declare const ExternalMediaItemReact: (mediaItem: MediaItem) => JSX.Element;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IntegrationElement, type IntegrationProperties, type MediaItem
|
|
1
|
+
import { type IntegrationElement, type IntegrationProperties, type MediaItem } from '@glomex/integration-web-component';
|
|
2
2
|
import { type CSSProperties, type DetailedHTMLProps, type HTMLAttributes } from 'react';
|
|
3
3
|
declare global {
|
|
4
4
|
namespace JSX {
|
|
@@ -25,7 +25,7 @@ export declare const Integration: import("react").ForwardRefExoticComponent<Inte
|
|
|
25
25
|
title?: string;
|
|
26
26
|
poster?: string;
|
|
27
27
|
};
|
|
28
|
-
} |
|
|
28
|
+
} | MediaItem)[];
|
|
29
29
|
preventLoadIntegration?: boolean;
|
|
30
30
|
configs?: Record<string, unknown>;
|
|
31
31
|
style?: CSSProperties;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1306.0",
|
|
4
4
|
"description": "React component to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"watch": "tsc --build --watch"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@glomex/integration-web-component": "^1.
|
|
30
|
+
"@glomex/integration-web-component": "^1.1306.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">=16.8.0",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "899ed92cd26a595ef3a97d06e547903253b4e002"
|
|
44
44
|
}
|