@arcware-cloud/pixelstreaming-websdk 1.3.39 → 1.3.41
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/index.cjs
CHANGED
|
@@ -23482,7 +23482,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
23482
23482
|
if (!config.initialSettings.ss)
|
|
23483
23483
|
config.initialSettings.ss = exports.DefaultUrl;
|
|
23484
23484
|
super(config);
|
|
23485
|
-
this.VERSION = "1.3.
|
|
23485
|
+
this.VERSION = "1.3.41";
|
|
23486
23486
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23487
23487
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23488
23488
|
if (config.envName) {
|
|
@@ -25808,14 +25808,14 @@ exports.ArcwareStyles = {
|
|
|
25808
25808
|
},
|
|
25809
25809
|
/* START Custom position */
|
|
25810
25810
|
// #controls
|
|
25811
|
-
controls: {
|
|
25811
|
+
"#controls": {
|
|
25812
25812
|
gap: "0.5rem",
|
|
25813
25813
|
"& > *": {
|
|
25814
25814
|
marginBottom: "0 !important",
|
|
25815
25815
|
},
|
|
25816
25816
|
},
|
|
25817
25817
|
// position
|
|
25818
|
-
uiFeatures: {
|
|
25818
|
+
"#uiFeatures": {
|
|
25819
25819
|
"&.controls__position_tl #controls": {
|
|
25820
25820
|
top: "10px",
|
|
25821
25821
|
left: "20px",
|
package/index.mjs
CHANGED
|
@@ -23494,7 +23494,7 @@ class ArcwareConfig extends _epicgames_ps_lib_pixelstreamingfrontend_ue5_5__WEBP
|
|
|
23494
23494
|
if (!config.initialSettings.ss)
|
|
23495
23495
|
config.initialSettings.ss = DefaultUrl;
|
|
23496
23496
|
super(config);
|
|
23497
|
-
this.VERSION = "1.3.
|
|
23497
|
+
this.VERSION = "1.3.41";
|
|
23498
23498
|
this.whiteLabellingChanged = new _domain_EventHandler__WEBPACK_IMPORTED_MODULE_8__.EventHandler();
|
|
23499
23499
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23500
23500
|
if (config.envName) {
|
|
@@ -25879,14 +25879,14 @@ const ArcwareStyles = {
|
|
|
25879
25879
|
},
|
|
25880
25880
|
/* START Custom position */
|
|
25881
25881
|
// #controls
|
|
25882
|
-
controls: {
|
|
25882
|
+
"#controls": {
|
|
25883
25883
|
gap: "0.5rem",
|
|
25884
25884
|
"& > *": {
|
|
25885
25885
|
marginBottom: "0 !important",
|
|
25886
25886
|
},
|
|
25887
25887
|
},
|
|
25888
25888
|
// position
|
|
25889
|
-
uiFeatures: {
|
|
25889
|
+
"#uiFeatures": {
|
|
25890
25890
|
"&.controls__position_tl #controls": {
|
|
25891
25891
|
top: "10px",
|
|
25892
25892
|
left: "20px",
|
package/index.umd.cjs
CHANGED
|
@@ -23492,7 +23492,7 @@ class ArcwareConfig extends lib_pixelstreamingfrontend_ue5_5_1.Config {
|
|
|
23492
23492
|
if (!config.initialSettings.ss)
|
|
23493
23493
|
config.initialSettings.ss = exports.DefaultUrl;
|
|
23494
23494
|
super(config);
|
|
23495
|
-
this.VERSION = "1.3.
|
|
23495
|
+
this.VERSION = "1.3.41";
|
|
23496
23496
|
this.whiteLabellingChanged = new EventHandler_1.EventHandler();
|
|
23497
23497
|
this.signallingWlURL = "https://signalling-client.arcware.cloud/whiteLabel/";
|
|
23498
23498
|
if (config.envName) {
|
|
@@ -25818,14 +25818,14 @@ exports.ArcwareStyles = {
|
|
|
25818
25818
|
},
|
|
25819
25819
|
/* START Custom position */
|
|
25820
25820
|
// #controls
|
|
25821
|
-
controls: {
|
|
25821
|
+
"#controls": {
|
|
25822
25822
|
gap: "0.5rem",
|
|
25823
25823
|
"& > *": {
|
|
25824
25824
|
marginBottom: "0 !important",
|
|
25825
25825
|
},
|
|
25826
25826
|
},
|
|
25827
25827
|
// position
|
|
25828
|
-
uiFeatures: {
|
|
25828
|
+
"#uiFeatures": {
|
|
25829
25829
|
"&.controls__position_tl #controls": {
|
|
25830
25830
|
top: "10px",
|
|
25831
25831
|
left: "20px",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcware-cloud/pixelstreaming-websdk",
|
|
3
3
|
"description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.41",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./index.cjs",
|
|
7
7
|
"types": "./types/index.d.ts",
|
|
@@ -29,7 +29,7 @@ export declare class ArcwareConfig extends Config {
|
|
|
29
29
|
readonly session: Session;
|
|
30
30
|
readonly settings: Settings;
|
|
31
31
|
private _initialSettings;
|
|
32
|
-
readonly VERSION = "1.3.
|
|
32
|
+
readonly VERSION = "1.3.41";
|
|
33
33
|
readonly whiteLabellingChanged: EventHandler<{
|
|
34
34
|
next: WhiteLabel;
|
|
35
35
|
changed: boolean;
|
|
@@ -95,13 +95,13 @@ export declare const ArcwareStyles: {
|
|
|
95
95
|
display: string;
|
|
96
96
|
flexDirection: string;
|
|
97
97
|
};
|
|
98
|
-
controls: {
|
|
98
|
+
"#controls": {
|
|
99
99
|
gap: string;
|
|
100
100
|
"& > *": {
|
|
101
101
|
marginBottom: string;
|
|
102
102
|
};
|
|
103
103
|
};
|
|
104
|
-
uiFeatures: {
|
|
104
|
+
"#uiFeatures": {
|
|
105
105
|
"&.controls__position_tl #controls": {
|
|
106
106
|
top: string;
|
|
107
107
|
left: string;
|