@glomex/integration-react 1.1539.0 → 1.1541.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.
|
@@ -28,7 +28,7 @@ import { JoynMediaItemReact } from './joyn-media-item-react.js';
|
|
|
28
28
|
* @see {@link IntegrationElementEventMap} for all available events.
|
|
29
29
|
*/
|
|
30
30
|
export const Integration = forwardRef((props, ref) => {
|
|
31
|
-
const { children, integrationId, playlistId, index, hidden, topLevelIframe, placement, tenant, env, mediaItems, configs, preventLoadIntegration, extraContext, userLanguage, componentName: componentNameOverride, ...rest } = props;
|
|
31
|
+
const { children, integrationId, playlistId, index, hidden, topLevelIframe, placement, schain, tenant, env, mediaItems, configs, preventLoadIntegration, extraContext, userLanguage, componentName: componentNameOverride, ...rest } = props;
|
|
32
32
|
const elementRef = useRef(null);
|
|
33
33
|
const componentName = componentNameOverride || getIntegrationComponentName(tenant);
|
|
34
34
|
if (mediaItems && playlistId) {
|
|
@@ -71,6 +71,7 @@ export const Integration = forwardRef((props, ref) => {
|
|
|
71
71
|
hidden,
|
|
72
72
|
'top-level-iframe': topLevelIframe,
|
|
73
73
|
placement,
|
|
74
|
+
schain,
|
|
74
75
|
tenant,
|
|
75
76
|
env,
|
|
76
77
|
'user-language': userLanguage,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glomex/integration-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1541.0",
|
|
4
4
|
"description": "React component to integrate the glomex player",
|
|
5
5
|
"documentation": "https://docs.glomex.com",
|
|
6
6
|
"homepage": "https://glomex.com",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"watch": "tsc --build --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@glomex/integration-web-component": "1.
|
|
31
|
+
"@glomex/integration-web-component": "1.1541.0"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"preact": ">=10",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"preact": "catalog:",
|
|
58
58
|
"typescript": "catalog:"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "19b1478aa0682ad2a9c21828e1a7b499af31e342"
|
|
61
61
|
}
|