@upscopeio/react 2025.12.9 → 2025.12.10

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/sdk.d.ts +3 -0
package/package.json CHANGED
@@ -9,5 +9,5 @@
9
9
  "react": ">=16.2.0",
10
10
  "react-dom": ">=16.2.0"
11
11
  },
12
- "version": "2025.12.9"
12
+ "version": "2025.12.10"
13
13
  }
package/sdk.d.ts CHANGED
@@ -164,10 +164,13 @@ type Instruction =
164
164
  | ["updateConnection", Partial<CobrowsingSdkConfiguration>];
165
165
 
166
166
  type Observer = {
167
+ hasFocus: boolean;
167
168
  id: string;
168
169
  name: null | string;
169
170
  screenHeight: number;
170
171
  screenWidth: number;
172
+ windowHeight: number;
173
+ windowWidth: number;
171
174
  };
172
175
 
173
176
  type SDKEvents = {