@genfeedai/workflow-ui 0.2.6 → 0.2.7
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/dist/canvas.mjs +2 -2
- package/dist/{chunk-72UIUFXH.mjs → chunk-55JFUNLR.mjs} +233 -227
- package/dist/chunk-55JFUNLR.mjs.map +1 -0
- package/dist/{chunk-NDDAL2OG.mjs → chunk-RY6OZJ7A.mjs} +3 -3
- package/dist/{chunk-NDDAL2OG.mjs.map → chunk-RY6OZJ7A.mjs.map} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/nodes.mjs +1 -1
- package/package.json +24 -24
- package/dist/chunk-72UIUFXH.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BottomBar } from './chunk-3GWH2ZOH.mjs';
|
|
2
2
|
export { BottomBar, CostIndicator, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-3GWH2ZOH.mjs';
|
|
3
|
-
import { WorkflowCanvas } from './chunk-
|
|
4
|
-
export { ConnectionDropMenu, DEFAULT_GROUP_COLORS, EdgeToolbar, EditableEdge, GROUP_COLORS, GlobalImageHistory, GroupOverlay, HelperLines, NodeSearch, NotificationToast, PauseEdge, ReferenceEdge, ShortcutHelpModal, WorkflowCanvas } from './chunk-
|
|
3
|
+
import { WorkflowCanvas } from './chunk-RY6OZJ7A.mjs';
|
|
4
|
+
export { ConnectionDropMenu, DEFAULT_GROUP_COLORS, EdgeToolbar, EditableEdge, GROUP_COLORS, GlobalImageHistory, GroupOverlay, HelperLines, NodeSearch, NotificationToast, PauseEdge, ReferenceEdge, ShortcutHelpModal, WorkflowCanvas } from './chunk-RY6OZJ7A.mjs';
|
|
5
5
|
export { useCommentNavigation } from './chunk-TOFB4BTA.mjs';
|
|
6
6
|
export { useCanvasKeyboardShortcuts } from './chunk-VKXTPLM7.mjs';
|
|
7
7
|
import './chunk-2BHILUF7.mjs';
|
|
8
|
-
export { BaseNode, nodeTypes } from './chunk-
|
|
8
|
+
export { BaseNode, nodeTypes } from './chunk-55JFUNLR.mjs';
|
|
9
9
|
import './chunk-G3HCTMAZ.mjs';
|
|
10
10
|
export { useAIGenNode, useAIGenNodeHeader, useAutoLoadModelSchema, useCanGenerate, useMediaUpload, useModelSelection, useNodeExecution, usePromptAutocomplete, useRequiredInputs } from './chunk-SHU7JPQY.mjs';
|
|
11
11
|
import './chunk-SBB2YW3Y.mjs';
|
package/dist/nodes.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, NodeDetailModal, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-
|
|
1
|
+
export { AnimationNode, AnnotationNode, AudioInputNode, BaseNode, DownloadNode, ImageCompareNode, ImageGenNode, ImageGridSplitNode, ImageInputNode, LLMNode, LipSyncNode, MotionControlNode, NodeDetailModal, OutputGalleryNode, OutputNode, PromptConstructorNode, PromptNode, ReframeNode, ResizeNode, SubtitleNode, TextToSpeechNode, TranscribeNode, UpscaleNode, VideoFrameExtractNode, VideoGenNode, VideoInputNode, VideoStitchNode, VideoTrimNode, VoiceChangeNode, WorkflowInputNode, WorkflowOutputNode, WorkflowRefNode, nodeTypes, setWorkflowRefApi } from './chunk-55JFUNLR.mjs';
|
|
2
2
|
import './chunk-G3HCTMAZ.mjs';
|
|
3
3
|
import './chunk-SHU7JPQY.mjs';
|
|
4
4
|
import './chunk-SBB2YW3Y.mjs';
|
package/package.json
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@dagrejs/dagre": "
|
|
4
|
-
"@genfeedai/core": "
|
|
5
|
-
"@genfeedai/types": "
|
|
6
|
-
"@radix-ui/react-checkbox": "
|
|
7
|
-
"@radix-ui/react-label": "
|
|
8
|
-
"@radix-ui/react-select": "
|
|
9
|
-
"@radix-ui/react-slider": "
|
|
10
|
-
"@radix-ui/react-slot": "
|
|
11
|
-
"class-variance-authority": "
|
|
12
|
-
"clsx": "
|
|
13
|
-
"lucide-react": "
|
|
14
|
-
"nanoid": "
|
|
15
|
-
"tailwind-merge": "
|
|
3
|
+
"@dagrejs/dagre": "3.0.0",
|
|
4
|
+
"@genfeedai/core": "0.2.1",
|
|
5
|
+
"@genfeedai/types": "0.2.2",
|
|
6
|
+
"@radix-ui/react-checkbox": "1.3.3",
|
|
7
|
+
"@radix-ui/react-label": "2.1.8",
|
|
8
|
+
"@radix-ui/react-select": "2.2.6",
|
|
9
|
+
"@radix-ui/react-slider": "1.3.6",
|
|
10
|
+
"@radix-ui/react-slot": "1.2.4",
|
|
11
|
+
"class-variance-authority": "0.7.1",
|
|
12
|
+
"clsx": "2.1.1",
|
|
13
|
+
"lucide-react": "1.7.0",
|
|
14
|
+
"nanoid": "5.1.7",
|
|
15
|
+
"tailwind-merge": "3.5.0"
|
|
16
16
|
},
|
|
17
17
|
"description": "Shared UI components for Genfeed workflow editor",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@testing-library/jest-dom": "6.
|
|
20
|
-
"@testing-library/react": "16.2
|
|
21
|
-
"@types/node": "
|
|
22
|
-
"@types/react": "19.2.
|
|
19
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
20
|
+
"@testing-library/react": "16.3.2",
|
|
21
|
+
"@types/node": "25.5.2",
|
|
22
|
+
"@types/react": "19.2.14",
|
|
23
23
|
"@types/react-dom": "19.2.3",
|
|
24
|
-
"@xyflow/react": "12.10.
|
|
25
|
-
"jsdom": "
|
|
24
|
+
"@xyflow/react": "12.10.2",
|
|
25
|
+
"jsdom": "29.0.1",
|
|
26
26
|
"react": "19.2.4",
|
|
27
|
-
"react-compare-slider": "
|
|
27
|
+
"react-compare-slider": "4.0.0",
|
|
28
28
|
"react-dom": "19.2.4",
|
|
29
|
-
"tsup": "8.
|
|
29
|
+
"tsup": "8.5.1",
|
|
30
30
|
"typescript": "5.9.3",
|
|
31
|
-
"vitest": "
|
|
31
|
+
"vitest": "4.1.2",
|
|
32
32
|
"zundo": "2.3.0",
|
|
33
|
-
"zustand": "5.0.
|
|
33
|
+
"zustand": "5.0.12"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|
|
36
36
|
".": {
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
],
|
|
113
113
|
"type": "module",
|
|
114
114
|
"types": "./dist/index.d.ts",
|
|
115
|
-
"version": "0.2.
|
|
115
|
+
"version": "0.2.7"
|
|
116
116
|
}
|