@streamscloud/embeddable 16.2.4 → 16.2.5

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.
@@ -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
  *
@@ -15,6 +15,7 @@ type Props = {
15
15
  playerSettings?: {
16
16
  locale?: AppLocaleValue;
17
17
  showStreamsCloudWatermark?: boolean;
18
+ showSwipeIndicator?: boolean;
18
19
  disableBackground?: boolean;
19
20
  theme?: 'light' | 'dark';
20
21
  };
@@ -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
  *
@@ -13,6 +13,7 @@ type Props = {
13
13
  playerSettings?: {
14
14
  locale?: AppLocaleValue;
15
15
  showStreamsCloudWatermark?: boolean;
16
+ showSwipeIndicator?: boolean;
16
17
  disableBackground?: boolean;
17
18
  theme?: 'light' | 'dark';
18
19
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "16.2.4",
3
+ "version": "16.2.5",
4
4
  "author": "StreamsCloud",
5
5
  "repository": {
6
6
  "type": "git",