@superleapai/flow-ui 2.2.2 → 2.2.3

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
@@ -233,7 +233,7 @@
233
233
  },
234
234
  });
235
235
  document.dispatchEvent(event);
236
- console.log("[Superleap-Flow] Library ready - v2.2.1");
236
+ console.log("[Superleap-Flow] Library ready - v2.2.2");
237
237
  }, 0);
238
238
  }
239
239
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superleapai/flow-ui",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
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",