@superleapai/flow-ui 2.4.7 → 2.5.0

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
@@ -165,6 +165,7 @@
165
165
  "PhoneInput",
166
166
  "Checkbox",
167
167
  "RadioGroup",
168
+ "CardSelect",
168
169
  "SuperleapTable",
169
170
  "Tabs",
170
171
  "Steps",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superleapai/flow-ui",
3
- "version": "2.4.7",
3
+ "version": "2.5.0",
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",