@superleapai/flow-ui 2.2.7 → 2.2.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/index.js CHANGED
@@ -231,7 +231,9 @@
231
231
  if (isStandalone && !client.isAvailable()) {
232
232
  // Auto-init with default config for standalone testing
233
233
  client.init(client.getDefaultConfig());
234
- console.log("[Superleap-Flow] SDK auto-initialized for standalone mode");
234
+ console.log(
235
+ "[Superleap-Flow] SDK auto-initialized for standalone mode"
236
+ );
235
237
  }
236
238
  }
237
239
 
@@ -247,7 +249,7 @@
247
249
  },
248
250
  });
249
251
  document.dispatchEvent(event);
250
- console.log("[Superleap-Flow] Library ready - v2.2.2");
252
+ console.log("[Superleap-Flow] Library ready - v__VERSION__");
251
253
  }
252
254
 
253
255
  // Wait for DOM to be ready before dispatching event
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superleapai/flow-ui",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
4
4
  "description": "A reusable design system for building multi-step forms with comprehensive UI components. Single file, clean globals, SDK included. Only FlowUI and SuperLeap exposed.",
5
5
  "main": "dist/superleap-flow.min.js",
6
6
  "types": "index.d.ts",