@genfeedai/workflow-ui 0.1.1 → 0.1.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.
Files changed (37) hide show
  1. package/dist/canvas.js +11 -10
  2. package/dist/canvas.mjs +5 -4
  3. package/dist/{chunk-DICI5FSP.js → chunk-3TMV3K34.js} +3 -3
  4. package/dist/chunk-4MZ62VMF.js +37 -0
  5. package/dist/{chunk-EYL6J4MW.mjs → chunk-7P2JWDC7.mjs} +2 -2
  6. package/dist/{chunk-3PMLER6D.mjs → chunk-AOTUCJMA.mjs} +1 -1
  7. package/dist/{chunk-XOC5ETTX.mjs → chunk-AUZR6REQ.mjs} +1 -1
  8. package/dist/{chunk-DUZLPHRC.js → chunk-AXFOCPPP.js} +1 -1
  9. package/dist/{chunk-PVWLMJGZ.js → chunk-BMFRA6GK.js} +13 -13
  10. package/dist/{chunk-PFHFGSM5.mjs → chunk-E3YBVMYZ.mjs} +389 -10
  11. package/dist/{chunk-H3JOHAS5.js → chunk-ECD5J2BA.js} +450 -71
  12. package/dist/{chunk-I3GNO2SR.mjs → chunk-HCXI63ME.mjs} +1 -1
  13. package/dist/{chunk-HWY6IBWT.js → chunk-KDIWRSYV.js} +5 -5
  14. package/dist/{chunk-OZNYKFMX.js → chunk-SEV2DWKF.js} +18 -18
  15. package/dist/{chunk-73V6SUEO.mjs → chunk-SQK4JDYY.mjs} +1 -1
  16. package/dist/chunk-ZJWP5KGZ.mjs +33 -0
  17. package/dist/hooks.js +12 -11
  18. package/dist/hooks.mjs +3 -2
  19. package/dist/index.js +38 -37
  20. package/dist/index.mjs +7 -6
  21. package/dist/lib.js +1 -0
  22. package/dist/lib.mjs +1 -0
  23. package/dist/nodes.js +37 -36
  24. package/dist/nodes.mjs +4 -3
  25. package/dist/panels.js +6 -5
  26. package/dist/panels.mjs +3 -2
  27. package/dist/provider.js +1 -0
  28. package/dist/provider.mjs +1 -0
  29. package/dist/stores.js +6 -5
  30. package/dist/stores.mjs +2 -1
  31. package/dist/toolbar.js +9 -8
  32. package/dist/toolbar.mjs +3 -2
  33. package/dist/ui.js +1 -0
  34. package/dist/ui.mjs +1 -0
  35. package/dist/{workflowStore-ZCSVIZQF.mjs → workflowStore-7SDJC4UR.mjs} +1 -0
  36. package/dist/{workflowStore-32ZH5REM.js → workflowStore-LNJQ5RZG.js} +1 -0
  37. package/package.json +4 -4
package/dist/nodes.js CHANGED
@@ -1,150 +1,151 @@
1
1
  'use strict';
2
2
 
3
- var chunkH3JOHAS5_js = require('./chunk-H3JOHAS5.js');
3
+ var chunkECD5J2BA_js = require('./chunk-ECD5J2BA.js');
4
4
  require('./chunk-3SPPKCWR.js');
5
5
  require('./chunk-3YFFDHC5.js');
6
- require('./chunk-DICI5FSP.js');
6
+ require('./chunk-3TMV3K34.js');
7
7
  require('./chunk-5HJFQVUR.js');
8
8
  require('./chunk-EMUMKW5C.js');
9
9
  require('./chunk-6DOEUDD5.js');
10
10
  require('./chunk-JLWKW3G5.js');
11
- require('./chunk-DUZLPHRC.js');
11
+ require('./chunk-AXFOCPPP.js');
12
12
  require('./chunk-IHF35QZD.js');
13
13
  require('./chunk-5LQ4QBR5.js');
14
14
  require('./chunk-RJ262NXS.js');
15
15
  require('./chunk-RXNEDWK2.js');
16
+ require('./chunk-4MZ62VMF.js');
16
17
 
17
18
 
18
19
 
19
20
  Object.defineProperty(exports, "AnimationNode", {
20
21
  enumerable: true,
21
- get: function () { return chunkH3JOHAS5_js.AnimationNode; }
22
+ get: function () { return chunkECD5J2BA_js.AnimationNode; }
22
23
  });
23
24
  Object.defineProperty(exports, "AnnotationNode", {
24
25
  enumerable: true,
25
- get: function () { return chunkH3JOHAS5_js.AnnotationNode; }
26
+ get: function () { return chunkECD5J2BA_js.AnnotationNode; }
26
27
  });
27
28
  Object.defineProperty(exports, "AudioInputNode", {
28
29
  enumerable: true,
29
- get: function () { return chunkH3JOHAS5_js.AudioInputNode; }
30
+ get: function () { return chunkECD5J2BA_js.AudioInputNode; }
30
31
  });
31
32
  Object.defineProperty(exports, "BaseNode", {
32
33
  enumerable: true,
33
- get: function () { return chunkH3JOHAS5_js.BaseNode; }
34
+ get: function () { return chunkECD5J2BA_js.BaseNode; }
34
35
  });
35
36
  Object.defineProperty(exports, "DownloadNode", {
36
37
  enumerable: true,
37
- get: function () { return chunkH3JOHAS5_js.DownloadNode; }
38
+ get: function () { return chunkECD5J2BA_js.DownloadNode; }
38
39
  });
39
40
  Object.defineProperty(exports, "ImageCompareNode", {
40
41
  enumerable: true,
41
- get: function () { return chunkH3JOHAS5_js.ImageCompareNode; }
42
+ get: function () { return chunkECD5J2BA_js.ImageCompareNode; }
42
43
  });
43
44
  Object.defineProperty(exports, "ImageGenNode", {
44
45
  enumerable: true,
45
- get: function () { return chunkH3JOHAS5_js.ImageGenNode; }
46
+ get: function () { return chunkECD5J2BA_js.ImageGenNode; }
46
47
  });
47
48
  Object.defineProperty(exports, "ImageGridSplitNode", {
48
49
  enumerable: true,
49
- get: function () { return chunkH3JOHAS5_js.ImageGridSplitNode; }
50
+ get: function () { return chunkECD5J2BA_js.ImageGridSplitNode; }
50
51
  });
51
52
  Object.defineProperty(exports, "ImageInputNode", {
52
53
  enumerable: true,
53
- get: function () { return chunkH3JOHAS5_js.ImageInputNode; }
54
+ get: function () { return chunkECD5J2BA_js.ImageInputNode; }
54
55
  });
55
56
  Object.defineProperty(exports, "LLMNode", {
56
57
  enumerable: true,
57
- get: function () { return chunkH3JOHAS5_js.LLMNode; }
58
+ get: function () { return chunkECD5J2BA_js.LLMNode; }
58
59
  });
59
60
  Object.defineProperty(exports, "LipSyncNode", {
60
61
  enumerable: true,
61
- get: function () { return chunkH3JOHAS5_js.LipSyncNode; }
62
+ get: function () { return chunkECD5J2BA_js.LipSyncNode; }
62
63
  });
63
64
  Object.defineProperty(exports, "MotionControlNode", {
64
65
  enumerable: true,
65
- get: function () { return chunkH3JOHAS5_js.MotionControlNode; }
66
+ get: function () { return chunkECD5J2BA_js.MotionControlNode; }
66
67
  });
67
68
  Object.defineProperty(exports, "OutputGalleryNode", {
68
69
  enumerable: true,
69
- get: function () { return chunkH3JOHAS5_js.OutputGalleryNode; }
70
+ get: function () { return chunkECD5J2BA_js.OutputGalleryNode; }
70
71
  });
71
72
  Object.defineProperty(exports, "OutputNode", {
72
73
  enumerable: true,
73
- get: function () { return chunkH3JOHAS5_js.OutputNode; }
74
+ get: function () { return chunkECD5J2BA_js.OutputNode; }
74
75
  });
75
76
  Object.defineProperty(exports, "PromptConstructorNode", {
76
77
  enumerable: true,
77
- get: function () { return chunkH3JOHAS5_js.PromptConstructorNode; }
78
+ get: function () { return chunkECD5J2BA_js.PromptConstructorNode; }
78
79
  });
79
80
  Object.defineProperty(exports, "PromptNode", {
80
81
  enumerable: true,
81
- get: function () { return chunkH3JOHAS5_js.PromptNode; }
82
+ get: function () { return chunkECD5J2BA_js.PromptNode; }
82
83
  });
83
84
  Object.defineProperty(exports, "ReframeNode", {
84
85
  enumerable: true,
85
- get: function () { return chunkH3JOHAS5_js.ReframeNode; }
86
+ get: function () { return chunkECD5J2BA_js.ReframeNode; }
86
87
  });
87
88
  Object.defineProperty(exports, "ResizeNode", {
88
89
  enumerable: true,
89
- get: function () { return chunkH3JOHAS5_js.ResizeNode; }
90
+ get: function () { return chunkECD5J2BA_js.ResizeNode; }
90
91
  });
91
92
  Object.defineProperty(exports, "SubtitleNode", {
92
93
  enumerable: true,
93
- get: function () { return chunkH3JOHAS5_js.SubtitleNode; }
94
+ get: function () { return chunkECD5J2BA_js.SubtitleNode; }
94
95
  });
95
96
  Object.defineProperty(exports, "TextToSpeechNode", {
96
97
  enumerable: true,
97
- get: function () { return chunkH3JOHAS5_js.TextToSpeechNode; }
98
+ get: function () { return chunkECD5J2BA_js.TextToSpeechNode; }
98
99
  });
99
100
  Object.defineProperty(exports, "TranscribeNode", {
100
101
  enumerable: true,
101
- get: function () { return chunkH3JOHAS5_js.TranscribeNode; }
102
+ get: function () { return chunkECD5J2BA_js.TranscribeNode; }
102
103
  });
103
104
  Object.defineProperty(exports, "UpscaleNode", {
104
105
  enumerable: true,
105
- get: function () { return chunkH3JOHAS5_js.UpscaleNode; }
106
+ get: function () { return chunkECD5J2BA_js.UpscaleNode; }
106
107
  });
107
108
  Object.defineProperty(exports, "VideoFrameExtractNode", {
108
109
  enumerable: true,
109
- get: function () { return chunkH3JOHAS5_js.VideoFrameExtractNode; }
110
+ get: function () { return chunkECD5J2BA_js.VideoFrameExtractNode; }
110
111
  });
111
112
  Object.defineProperty(exports, "VideoGenNode", {
112
113
  enumerable: true,
113
- get: function () { return chunkH3JOHAS5_js.VideoGenNode; }
114
+ get: function () { return chunkECD5J2BA_js.VideoGenNode; }
114
115
  });
115
116
  Object.defineProperty(exports, "VideoInputNode", {
116
117
  enumerable: true,
117
- get: function () { return chunkH3JOHAS5_js.VideoInputNode; }
118
+ get: function () { return chunkECD5J2BA_js.VideoInputNode; }
118
119
  });
119
120
  Object.defineProperty(exports, "VideoStitchNode", {
120
121
  enumerable: true,
121
- get: function () { return chunkH3JOHAS5_js.VideoStitchNode; }
122
+ get: function () { return chunkECD5J2BA_js.VideoStitchNode; }
122
123
  });
123
124
  Object.defineProperty(exports, "VideoTrimNode", {
124
125
  enumerable: true,
125
- get: function () { return chunkH3JOHAS5_js.VideoTrimNode; }
126
+ get: function () { return chunkECD5J2BA_js.VideoTrimNode; }
126
127
  });
127
128
  Object.defineProperty(exports, "VoiceChangeNode", {
128
129
  enumerable: true,
129
- get: function () { return chunkH3JOHAS5_js.VoiceChangeNode; }
130
+ get: function () { return chunkECD5J2BA_js.VoiceChangeNode; }
130
131
  });
131
132
  Object.defineProperty(exports, "WorkflowInputNode", {
132
133
  enumerable: true,
133
- get: function () { return chunkH3JOHAS5_js.WorkflowInputNode; }
134
+ get: function () { return chunkECD5J2BA_js.WorkflowInputNode; }
134
135
  });
135
136
  Object.defineProperty(exports, "WorkflowOutputNode", {
136
137
  enumerable: true,
137
- get: function () { return chunkH3JOHAS5_js.WorkflowOutputNode; }
138
+ get: function () { return chunkECD5J2BA_js.WorkflowOutputNode; }
138
139
  });
139
140
  Object.defineProperty(exports, "WorkflowRefNode", {
140
141
  enumerable: true,
141
- get: function () { return chunkH3JOHAS5_js.WorkflowRefNode; }
142
+ get: function () { return chunkECD5J2BA_js.WorkflowRefNode; }
142
143
  });
143
144
  Object.defineProperty(exports, "nodeTypes", {
144
145
  enumerable: true,
145
- get: function () { return chunkH3JOHAS5_js.nodeTypes; }
146
+ get: function () { return chunkECD5J2BA_js.nodeTypes; }
146
147
  });
147
148
  Object.defineProperty(exports, "setWorkflowRefApi", {
148
149
  enumerable: true,
149
- get: function () { return chunkH3JOHAS5_js.setWorkflowRefApi; }
150
+ get: function () { return chunkECD5J2BA_js.setWorkflowRefApi; }
150
151
  });
package/dist/nodes.mjs CHANGED
@@ -1,13 +1,14 @@
1
- export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-PFHFGSM5.mjs';
1
+ export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-E3YBVMYZ.mjs';
2
2
  import './chunk-ZJD5WMR3.mjs';
3
3
  import './chunk-E323WAZG.mjs';
4
- import './chunk-3PMLER6D.mjs';
4
+ import './chunk-AOTUCJMA.mjs';
5
5
  import './chunk-7SKSRSS7.mjs';
6
6
  import './chunk-EFXQT23N.mjs';
7
7
  import './chunk-CV4M7CNU.mjs';
8
8
  import './chunk-LDN7IX4Y.mjs';
9
- import './chunk-73V6SUEO.mjs';
9
+ import './chunk-SQK4JDYY.mjs';
10
10
  import './chunk-RIGVIEYB.mjs';
11
11
  import './chunk-MLJJBBTB.mjs';
12
12
  import './chunk-FT33LFII.mjs';
13
13
  import './chunk-VRN3UWE5.mjs';
14
+ import './chunk-ZJWP5KGZ.mjs';
package/dist/panels.js CHANGED
@@ -1,20 +1,21 @@
1
1
  'use strict';
2
2
 
3
- var chunkHWY6IBWT_js = require('./chunk-HWY6IBWT.js');
4
- require('./chunk-DUZLPHRC.js');
3
+ var chunkKDIWRSYV_js = require('./chunk-KDIWRSYV.js');
4
+ require('./chunk-AXFOCPPP.js');
5
5
  require('./chunk-IHF35QZD.js');
6
+ require('./chunk-4MZ62VMF.js');
6
7
 
7
8
 
8
9
 
9
10
  Object.defineProperty(exports, "DebugPanel", {
10
11
  enumerable: true,
11
- get: function () { return chunkHWY6IBWT_js.DebugPanel; }
12
+ get: function () { return chunkKDIWRSYV_js.DebugPanel; }
12
13
  });
13
14
  Object.defineProperty(exports, "NodePalette", {
14
15
  enumerable: true,
15
- get: function () { return chunkHWY6IBWT_js.NodePalette; }
16
+ get: function () { return chunkKDIWRSYV_js.NodePalette; }
16
17
  });
17
18
  Object.defineProperty(exports, "PanelContainer", {
18
19
  enumerable: true,
19
- get: function () { return chunkHWY6IBWT_js.PanelContainer; }
20
+ get: function () { return chunkKDIWRSYV_js.PanelContainer; }
20
21
  });
package/dist/panels.mjs CHANGED
@@ -1,3 +1,4 @@
1
- export { DebugPanel, NodePalette, PanelContainer } from './chunk-XOC5ETTX.mjs';
2
- import './chunk-73V6SUEO.mjs';
1
+ export { DebugPanel, NodePalette, PanelContainer } from './chunk-AUZR6REQ.mjs';
2
+ import './chunk-SQK4JDYY.mjs';
3
3
  import './chunk-RIGVIEYB.mjs';
4
+ import './chunk-ZJWP5KGZ.mjs';
package/dist/provider.js CHANGED
@@ -3,6 +3,7 @@
3
3
  require('./chunk-5LQ4QBR5.js');
4
4
  var chunkRJ262NXS_js = require('./chunk-RJ262NXS.js');
5
5
  require('./chunk-RXNEDWK2.js');
6
+ require('./chunk-4MZ62VMF.js');
6
7
 
7
8
 
8
9
 
package/dist/provider.mjs CHANGED
@@ -1,3 +1,4 @@
1
1
  import './chunk-MLJJBBTB.mjs';
2
2
  export { WorkflowUIProvider, useWorkflowUIConfig } from './chunk-FT33LFII.mjs';
3
3
  import './chunk-VRN3UWE5.mjs';
4
+ import './chunk-ZJWP5KGZ.mjs';
package/dist/stores.js CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  var chunk6DOEUDD5_js = require('./chunk-6DOEUDD5.js');
4
4
  require('./chunk-JLWKW3G5.js');
5
- var chunkDUZLPHRC_js = require('./chunk-DUZLPHRC.js');
5
+ var chunkAXFOCPPP_js = require('./chunk-AXFOCPPP.js');
6
6
  var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
7
7
  var chunkRXNEDWK2_js = require('./chunk-RXNEDWK2.js');
8
+ require('./chunk-4MZ62VMF.js');
8
9
 
9
10
  // src/stores/workflow/selectors.ts
10
11
  var selectNodes = (state) => state.nodes;
@@ -51,19 +52,19 @@ Object.defineProperty(exports, "usePromptEditorStore", {
51
52
  });
52
53
  Object.defineProperty(exports, "PROVIDER_INFO", {
53
54
  enumerable: true,
54
- get: function () { return chunkDUZLPHRC_js.PROVIDER_INFO; }
55
+ get: function () { return chunkAXFOCPPP_js.PROVIDER_INFO; }
55
56
  });
56
57
  Object.defineProperty(exports, "useExecutionStore", {
57
58
  enumerable: true,
58
- get: function () { return chunkDUZLPHRC_js.useExecutionStore; }
59
+ get: function () { return chunkAXFOCPPP_js.useExecutionStore; }
59
60
  });
60
61
  Object.defineProperty(exports, "useSettingsStore", {
61
62
  enumerable: true,
62
- get: function () { return chunkDUZLPHRC_js.useSettingsStore; }
63
+ get: function () { return chunkAXFOCPPP_js.useSettingsStore; }
63
64
  });
64
65
  Object.defineProperty(exports, "useUIStore", {
65
66
  enumerable: true,
66
- get: function () { return chunkDUZLPHRC_js.useUIStore; }
67
+ get: function () { return chunkAXFOCPPP_js.useUIStore; }
67
68
  });
68
69
  Object.defineProperty(exports, "useWorkflowStore", {
69
70
  enumerable: true,
package/dist/stores.mjs CHANGED
@@ -1,8 +1,9 @@
1
1
  export { useAnnotationStore, usePromptEditorStore } from './chunk-CV4M7CNU.mjs';
2
2
  import './chunk-LDN7IX4Y.mjs';
3
- export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-73V6SUEO.mjs';
3
+ export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-SQK4JDYY.mjs';
4
4
  export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
5
5
  export { configurePromptLibrary, usePromptLibraryStore } from './chunk-VRN3UWE5.mjs';
6
+ import './chunk-ZJWP5KGZ.mjs';
6
7
 
7
8
  // src/stores/workflow/selectors.ts
8
9
  var selectNodes = (state) => state.nodes;
package/dist/toolbar.js CHANGED
@@ -1,33 +1,34 @@
1
1
  'use strict';
2
2
 
3
- var chunkOZNYKFMX_js = require('./chunk-OZNYKFMX.js');
3
+ var chunkSEV2DWKF_js = require('./chunk-SEV2DWKF.js');
4
4
  require('./chunk-JLWKW3G5.js');
5
- require('./chunk-DUZLPHRC.js');
5
+ require('./chunk-AXFOCPPP.js');
6
6
  require('./chunk-IHF35QZD.js');
7
+ require('./chunk-4MZ62VMF.js');
7
8
 
8
9
 
9
10
 
10
11
  Object.defineProperty(exports, "BottomBar", {
11
12
  enumerable: true,
12
- get: function () { return chunkOZNYKFMX_js.BottomBar; }
13
+ get: function () { return chunkSEV2DWKF_js.BottomBar; }
13
14
  });
14
15
  Object.defineProperty(exports, "OverflowMenu", {
15
16
  enumerable: true,
16
- get: function () { return chunkOZNYKFMX_js.OverflowMenu; }
17
+ get: function () { return chunkSEV2DWKF_js.OverflowMenu; }
17
18
  });
18
19
  Object.defineProperty(exports, "SaveAsDialog", {
19
20
  enumerable: true,
20
- get: function () { return chunkOZNYKFMX_js.SaveAsDialog; }
21
+ get: function () { return chunkSEV2DWKF_js.SaveAsDialog; }
21
22
  });
22
23
  Object.defineProperty(exports, "SaveIndicator", {
23
24
  enumerable: true,
24
- get: function () { return chunkOZNYKFMX_js.SaveIndicator; }
25
+ get: function () { return chunkSEV2DWKF_js.SaveIndicator; }
25
26
  });
26
27
  Object.defineProperty(exports, "Toolbar", {
27
28
  enumerable: true,
28
- get: function () { return chunkOZNYKFMX_js.Toolbar; }
29
+ get: function () { return chunkSEV2DWKF_js.Toolbar; }
29
30
  });
30
31
  Object.defineProperty(exports, "ToolbarDropdown", {
31
32
  enumerable: true,
32
- get: function () { return chunkOZNYKFMX_js.ToolbarDropdown; }
33
+ get: function () { return chunkSEV2DWKF_js.ToolbarDropdown; }
33
34
  });
package/dist/toolbar.mjs CHANGED
@@ -1,4 +1,5 @@
1
- export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-I3GNO2SR.mjs';
1
+ export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-HCXI63ME.mjs';
2
2
  import './chunk-LDN7IX4Y.mjs';
3
- import './chunk-73V6SUEO.mjs';
3
+ import './chunk-SQK4JDYY.mjs';
4
4
  import './chunk-RIGVIEYB.mjs';
5
+ import './chunk-ZJWP5KGZ.mjs';
package/dist/ui.js CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  var chunk3SPPKCWR_js = require('./chunk-3SPPKCWR.js');
4
4
  var chunk5HJFQVUR_js = require('./chunk-5HJFQVUR.js');
5
+ require('./chunk-4MZ62VMF.js');
5
6
 
6
7
 
7
8
 
package/dist/ui.mjs CHANGED
@@ -1,2 +1,3 @@
1
1
  export { Checkbox, ComparisonSlider, GridPositionSelector, Input, Label, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Slider } from './chunk-ZJD5WMR3.mjs';
2
2
  export { Button, buttonVariants, cn } from './chunk-7SKSRSS7.mjs';
3
+ import './chunk-ZJWP5KGZ.mjs';
@@ -1,2 +1,3 @@
1
1
  import './chunk-LDN7IX4Y.mjs';
2
2
  export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
3
+ import './chunk-ZJWP5KGZ.mjs';
@@ -2,6 +2,7 @@
2
2
 
3
3
  require('./chunk-JLWKW3G5.js');
4
4
  var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
5
+ require('./chunk-4MZ62VMF.js');
5
6
 
6
7
 
7
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genfeedai/workflow-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "license": "AGPL-3.0",
5
5
  "description": "Shared UI components for Genfeed workflow editor",
6
6
  "repository": {
@@ -84,7 +84,6 @@
84
84
  "zundo": ">=2.0.0"
85
85
  },
86
86
  "dependencies": {
87
- "@genfeedai/core": "^0.1.1",
88
87
  "@radix-ui/react-checkbox": "^1.1.4",
89
88
  "@radix-ui/react-label": "^2.1.2",
90
89
  "@radix-ui/react-select": "^2.1.6",
@@ -94,11 +93,12 @@
94
93
  "clsx": "^2.1.1",
95
94
  "lucide-react": "^0.562.0",
96
95
  "nanoid": "^5.1.6",
97
- "react-compare-slider": "^3.1.0",
98
96
  "tailwind-merge": "^3.4.0"
99
97
  },
100
98
  "devDependencies": {
101
- "@genfeedai/types": "^0.1.1",
99
+ "@genfeedai/core": "workspace:*",
100
+ "@genfeedai/types": "workspace:*",
101
+ "react-compare-slider": "^3.1.0",
102
102
  "@types/react": "19.2.4",
103
103
  "@types/react-dom": "19.2.4",
104
104
  "@xyflow/react": "12.10.0",