@arcware-cloud/pixelstreaming-websdk 0.1.10 → 0.1.11

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/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@arcware-cloud/pixelstreaming-websdk",
3
- "description": "WebSDK for easy implementation of pixel streaming with Arcware CloudRT Services. Heavily based on the '@epicgames-ps' library.",
4
- "version": "0.1.10",
3
+ "description": "WebSDK for easy implementation of pixel streaming with Arcware Cloud Services. Heavily based on the '@epicgames-ps' library.",
4
+ "version": "0.1.11",
5
5
  "type": "commonjs",
6
6
  "main": "./index.umd.js",
7
7
  "module": "./index.umd.js",
8
8
  "types": "./types/index.d.ts",
9
9
  "keywords": [
10
10
  "arcware",
11
- "cloudrt",
11
+ "arcware cloud",
12
12
  "pixelstreaming",
13
13
  "epicgames",
14
14
  "unrealengine"
@@ -27,7 +27,7 @@ export declare class ArcwareConfig extends Config {
27
27
  readonly session: Session;
28
28
  readonly settings: Settings;
29
29
  private _initialSettings;
30
- readonly VERSION = "0.1.10";
30
+ readonly VERSION = "0.1.11";
31
31
  constructor(config: ArcwareConfigParams);
32
32
  /** Setup connection string. */
33
33
  get urlFlags(): string;
@@ -124,6 +124,12 @@ export declare const ArcwareStyles: {
124
124
  borderRadius: string;
125
125
  backgroundColor: string;
126
126
  width: string;
127
+ visibility: string;
128
+ };
129
+ "@media (hover: hover) and (pointer: fine)": {
130
+ "#uiFeatures button:hover .tooltiptext": {
131
+ visibility: string;
132
+ };
127
133
  };
128
134
  "#controls>*": {
129
135
  marginBottom: string;