@floe-ai/sdk 0.1.0-dev.22 → 0.1.0-dev.23

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.
@@ -138,6 +138,7 @@ declare class OnboardingSDK extends EventEmitter {
138
138
  private hasSkippedOnboarding;
139
139
  private _isMinimized;
140
140
  private textModeEnabled;
141
+ private planProgress;
141
142
  constructor(config: SDKConfig);
142
143
  /**
143
144
  * Generate unique session ID
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floe-ai/sdk",
3
- "version": "0.1.0-dev.22",
3
+ "version": "0.1.0-dev.23",
4
4
  "description": "Floe AI Onboarding SDK for React applications",
5
5
  "type": "module",
6
6
  "main": "./dist-sdk/floe-sdk.es.js",