@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/components/enum-multiselect.js +27 -73
- package/components/enum-select.js +27 -76
- package/components/icon.js +2 -2
- package/components/multiselect.js +64 -40
- package/components/popover.js +33 -48
- package/components/record-multiselect.js +77 -140
- package/components/record-select.js +62 -145
- package/components/select.js +72 -64
- package/components/time-picker.js +4 -6
- package/core/superleapClient.js +3 -10
- package/dist/output.css +1 -1
- package/dist/superleap-flow.js +9 -8
- package/dist/superleap-flow.js.map +1 -1
- package/dist/superleap-flow.min.js +2 -2
- package/index.js +0 -1
- package/package.json +1 -1
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.
|
|
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",
|