@superleapai/flow-ui 2.2.9 → 2.2.10

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
@@ -132,7 +132,6 @@
132
132
  // Capture components from global scope into internal storage
133
133
  function captureComponents() {
134
134
  const componentNames = [
135
- "createSuperLeapSDK", // SDK factory function - must be preserved for init()
136
135
  "superleapClient",
137
136
  "SuperleapBridge",
138
137
  "Toast",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superleapai/flow-ui",
3
- "version": "2.2.9",
3
+ "version": "2.2.10",
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",