@orbit-software/sdk 1.84.5 → 1.84.8
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/dist/esm/sdk.d.ts +3 -0
- package/dist/esm/sdk.mjs +1482 -1472
- package/dist/esm/sdk.umd.js +38 -38
- package/dist/stats-esm.html +1 -1
- package/dist/stats-umd-react.html +1 -1
- package/dist/stats-umd.html +1 -1
- package/dist/umd/sdk.umd.js +38 -38
- package/dist/umd_react/sdk_react.umd.js +6 -6
- package/package.json +1 -1
package/dist/esm/sdk.d.ts
CHANGED
|
@@ -205,6 +205,9 @@ export interface InitializeOptions {
|
|
|
205
205
|
authData?: string;
|
|
206
206
|
}
|
|
207
207
|
export interface StartupConfig {
|
|
208
|
+
/**
|
|
209
|
+
* @deprecated This field is no longer supported. Fullscreen configuration is now done through Portal.
|
|
210
|
+
*/
|
|
208
211
|
isFullscreen: boolean;
|
|
209
212
|
overlayPosition: 'topLeft' | 'topRight' | 'bottomLeft' | 'bottomRight';
|
|
210
213
|
}
|