obi-sdk 0.19.50-beta.1 → 0.19.50-beta.2

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.
@@ -13,6 +13,10 @@ type StartSessionDialogProps = {
13
13
  startLabel?: string;
14
14
  disclaimer?: string;
15
15
  showCloseButton?: boolean;
16
+ /**
17
+ * When true, shows a loading spinner on the start button and disables it.
18
+ */
19
+ isStarting?: boolean;
16
20
  };
17
21
  export declare function StartSessionDialog(props: StartSessionDialogProps): import("react/jsx-runtime").JSX.Element;
18
22
  export type { StartSessionDialogProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.19.50-beta.1",
3
+ "version": "0.19.50-beta.2",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",