@upscopeio/sdk 2025.5.10 → 2025.5.19

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/index.d.ts +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -132,6 +132,8 @@ type CobrowsingSdkConfiguration = {
132
132
  maskElementMiddleware: (element: HTMLElement) => boolean;
133
133
  noRemoteElements: string[];
134
134
  allowRemoteMiddleware: (element: HTMLElement) => boolean;
135
+ computedStyleSelectors: string[] | "react" | "angular";
136
+ shouldComputeStyleMiddleware: (element: HTMLElement) => boolean;
135
137
  styleSheetContentFromRules: (stylesheet: HTMLLinkElement | HTMLStyleElement) => boolean;
136
138
  publicLinkOrigin: string | null;
137
139
  };
package/package.json CHANGED
@@ -3,5 +3,5 @@
3
3
  "main": "index.js",
4
4
  "type": "module",
5
5
  "dependencies": {},
6
- "version": "2025.5.10"
6
+ "version": "2025.5.19"
7
7
  }