@genfeedai/workflow-ui 0.2.6 → 0.2.8

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/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-NDDAL2OG.mjs';
4
- export { ConnectionDropMenu, DEFAULT_GROUP_COLORS, EdgeToolbar, EditableEdge, GROUP_COLORS, GlobalImageHistory, GroupOverlay, HelperLines, NodeSearch, NotificationToast, PauseEdge, ReferenceEdge, ShortcutHelpModal, WorkflowCanvas } from './chunk-NDDAL2OG.mjs';
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-72UIUFXH.mjs';
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-72UIUFXH.mjs';
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": "^2.0.4",
4
- "@genfeedai/core": "workspace:^",
5
- "@genfeedai/types": "workspace:^",
6
- "@radix-ui/react-checkbox": "^1.1.4",
7
- "@radix-ui/react-label": "^2.1.2",
8
- "@radix-ui/react-select": "^2.1.6",
9
- "@radix-ui/react-slider": "^1.2.3",
10
- "@radix-ui/react-slot": "^1.1.2",
11
- "class-variance-authority": "^0.7.1",
12
- "clsx": "^2.1.1",
13
- "lucide-react": "^0.562.0",
14
- "nanoid": "^5.1.6",
15
- "tailwind-merge": "^3.4.0"
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.6.3",
20
- "@testing-library/react": "16.2.0",
21
- "@types/node": "^25.2.3",
22
- "@types/react": "19.2.4",
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.0",
25
- "jsdom": "26.0.0",
24
+ "@xyflow/react": "12.10.2",
25
+ "jsdom": "29.0.1",
26
26
  "react": "19.2.4",
27
- "react-compare-slider": "^3.1.0",
27
+ "react-compare-slider": "4.0.0",
28
28
  "react-dom": "19.2.4",
29
- "tsup": "8.4.0",
29
+ "tsup": "8.5.1",
30
30
  "typescript": "5.9.3",
31
- "vitest": "3.0.4",
31
+ "vitest": "4.1.2",
32
32
  "zundo": "2.3.0",
33
- "zustand": "5.0.3"
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.6"
115
+ "version": "0.2.8"
116
116
  }