@streamscloud/embeddable 16.2.4 → 16.2.6
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.
- package/dist/posts/posts-player/cmp.posts-player.svelte.d.ts +1 -0
- package/dist/posts/posts-player/index.d.ts +3 -0
- package/dist/posts/posts-player/index.js +2 -0
- package/dist/posts/posts-player/posts-player-proxy.svelte.d.ts +1 -0
- package/dist/streams/streams-player/cmp.streams-player.svelte.d.ts +1 -0
- package/dist/streams/streams-player/index.d.ts +3 -0
- package/dist/streams/streams-player/index.js +2 -0
- package/dist/streams/streams-player/streams-player-proxy.svelte.d.ts +1 -0
- package/package.json +1 -1
|
@@ -42,6 +42,8 @@ export type { ArticleDataProvider, IMediaCenterDataProvider, IPostAnalyticsHandl
|
|
|
42
42
|
* Localization for the player UI. Default is 'en'; use 'no' for Norwegian.
|
|
43
43
|
* - {boolean} [showStreamsCloudWatermark]
|
|
44
44
|
* If true, shows the StreamsCloud watermark.
|
|
45
|
+
* - {boolean} [showSwipeIndicator=true]
|
|
46
|
+
* If false, hides the swipe indicator in mobile view. Default is true.
|
|
45
47
|
* - {'light' | 'dark'} [theme]
|
|
46
48
|
* Optional theme for the player UI.
|
|
47
49
|
*
|
|
@@ -100,6 +102,7 @@ export declare function openPostsPlayer(init: {
|
|
|
100
102
|
disableBackground?: boolean;
|
|
101
103
|
locale?: AppLocaleValue;
|
|
102
104
|
showStreamsCloudWatermark?: boolean;
|
|
105
|
+
showSwipeIndicator?: boolean;
|
|
103
106
|
hideCloseButton?: boolean;
|
|
104
107
|
theme?: 'light' | 'dark';
|
|
105
108
|
};
|
|
@@ -40,6 +40,8 @@ export { PostsPlayer };
|
|
|
40
40
|
* Localization for the player UI. Default is 'en'; use 'no' for Norwegian.
|
|
41
41
|
* - {boolean} [showStreamsCloudWatermark]
|
|
42
42
|
* If true, shows the StreamsCloud watermark.
|
|
43
|
+
* - {boolean} [showSwipeIndicator=true]
|
|
44
|
+
* If false, hides the swipe indicator in mobile view. Default is true.
|
|
43
45
|
* - {'light' | 'dark'} [theme]
|
|
44
46
|
* Optional theme for the player UI.
|
|
45
47
|
*
|
|
@@ -35,6 +35,8 @@ export type { IStreamsPlayerDataProvider, IStreamAnalyticsHandler, IMediaCenterD
|
|
|
35
35
|
* If omitted, the default locale 'en' is used.
|
|
36
36
|
* - {boolean} [showStreamsCloudWatermark]
|
|
37
37
|
* If true, shows the StreamsCloud watermark.
|
|
38
|
+
* - {boolean} [showSwipeIndicator=true]
|
|
39
|
+
* If false, hides the swipe indicator in mobile view. Default is true.
|
|
38
40
|
* - {'light' | 'dark'} [theme]
|
|
39
41
|
* Optional theme for the player UI.
|
|
40
42
|
*
|
|
@@ -92,6 +94,7 @@ export type StreamsPlayerSettings = {
|
|
|
92
94
|
disableBackground?: boolean;
|
|
93
95
|
locale?: AppLocaleValue;
|
|
94
96
|
showStreamsCloudWatermark?: boolean;
|
|
97
|
+
showSwipeIndicator?: boolean;
|
|
95
98
|
hideCloseButton?: boolean;
|
|
96
99
|
theme?: 'light' | 'dark';
|
|
97
100
|
};
|
|
@@ -33,6 +33,8 @@ export {};
|
|
|
33
33
|
* If omitted, the default locale 'en' is used.
|
|
34
34
|
* - {boolean} [showStreamsCloudWatermark]
|
|
35
35
|
* If true, shows the StreamsCloud watermark.
|
|
36
|
+
* - {boolean} [showSwipeIndicator=true]
|
|
37
|
+
* If false, hides the swipe indicator in mobile view. Default is true.
|
|
36
38
|
* - {'light' | 'dark'} [theme]
|
|
37
39
|
* Optional theme for the player UI.
|
|
38
40
|
*
|