@genfeedai/workflow-ui 0.1.0 → 0.1.2

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 (45) hide show
  1. package/dist/canvas.js +13 -13
  2. package/dist/canvas.mjs +7 -7
  3. package/dist/{chunk-HPQT36RR.js → chunk-3TMV3K34.js} +18 -27
  4. package/dist/{chunk-Z7PWFZG5.js → chunk-4MZ62VMF.js} +8 -1
  5. package/dist/{chunk-VOGL2WCE.mjs → chunk-7P2JWDC7.mjs} +9 -18
  6. package/dist/{chunk-FT64PCUP.mjs → chunk-AOTUCJMA.mjs} +6 -15
  7. package/dist/{chunk-LAJ34AH2.mjs → chunk-AUZR6REQ.mjs} +4 -7
  8. package/dist/{chunk-EC2ZIWOK.js → chunk-AXFOCPPP.js} +36 -45
  9. package/dist/{chunk-CETJJ73S.js → chunk-BMFRA6GK.js} +28 -37
  10. package/dist/{chunk-XV5Z5XYR.mjs → chunk-E3YBVMYZ.mjs} +403 -59
  11. package/dist/{chunk-H6LZKSLY.js → chunk-ECD5J2BA.js} +496 -152
  12. package/dist/{chunk-ADWNF7V3.js → chunk-EMGXUNBL.js} +3 -3
  13. package/dist/{chunk-22PDGHNQ.mjs → chunk-HCXI63ME.mjs} +2 -2
  14. package/dist/{chunk-UQQUWGHW.mjs → chunk-IASLG6IA.mjs} +1 -1
  15. package/dist/chunk-IHF35QZD.js +1095 -0
  16. package/dist/{chunk-E544XUBL.js → chunk-KDIWRSYV.js} +8 -11
  17. package/dist/chunk-RIGVIEYB.mjs +1093 -0
  18. package/dist/{chunk-SW7QNEZU.js → chunk-SEV2DWKF.js} +30 -30
  19. package/dist/{chunk-CSUBLSKZ.mjs → chunk-SQK4JDYY.mjs} +27 -36
  20. package/dist/{chunk-AC6TWLRT.mjs → chunk-ZJWP5KGZ.mjs} +8 -2
  21. package/dist/hooks.js +15 -15
  22. package/dist/hooks.mjs +5 -5
  23. package/dist/index.js +42 -42
  24. package/dist/index.mjs +9 -9
  25. package/dist/lib.js +1 -1
  26. package/dist/lib.mjs +1 -1
  27. package/dist/nodes.js +38 -38
  28. package/dist/nodes.mjs +5 -5
  29. package/dist/panels.js +7 -7
  30. package/dist/panels.mjs +4 -4
  31. package/dist/provider.js +1 -1
  32. package/dist/provider.mjs +1 -1
  33. package/dist/stores.js +8 -8
  34. package/dist/stores.mjs +3 -3
  35. package/dist/toolbar.js +10 -10
  36. package/dist/toolbar.mjs +4 -4
  37. package/dist/ui.js +1 -1
  38. package/dist/ui.mjs +1 -1
  39. package/dist/workflowStore-7SDJC4UR.mjs +3 -0
  40. package/dist/workflowStore-LNJQ5RZG.js +12 -0
  41. package/package.json +1 -1
  42. package/dist/chunk-BJ3R5R32.mjs +0 -2163
  43. package/dist/chunk-NSDLGLAQ.js +0 -2166
  44. package/dist/workflowStore-4EGKJLYK.mjs +0 -3
  45. package/dist/workflowStore-KM32FDL7.js +0 -12
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var chunkNSDLGLAQ_js = require('./chunk-NSDLGLAQ.js');
3
+ var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
4
4
  var react = require('react');
5
5
 
6
6
  function useCanvasKeyboardShortcuts({
@@ -92,11 +92,11 @@ function useCanvasKeyboardShortcuts({
92
92
  }
93
93
  if (e.key === "z" && isMod && !e.shiftKey) {
94
94
  e.preventDefault();
95
- chunkNSDLGLAQ_js.useWorkflowStore.temporal.getState().undo();
95
+ chunkIHF35QZD_js.useWorkflowStore.temporal.getState().undo();
96
96
  }
97
97
  if (e.key === "z" && isMod && e.shiftKey) {
98
98
  e.preventDefault();
99
- chunkNSDLGLAQ_js.useWorkflowStore.temporal.getState().redo();
99
+ chunkIHF35QZD_js.useWorkflowStore.temporal.getState().redo();
100
100
  }
101
101
  };
102
102
  window.addEventListener("keydown", handleKeyDown);
@@ -1,5 +1,5 @@
1
- import { useSettingsStore, useExecutionStore, useUIStore } from './chunk-CSUBLSKZ.mjs';
2
- import { useWorkflowStore } from './chunk-BJ3R5R32.mjs';
1
+ import { useSettingsStore, useExecutionStore, useUIStore } from './chunk-SQK4JDYY.mjs';
2
+ import { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
3
3
  import { X, CloudOff, Loader2, Cloud, Check, ChevronDown, SaveAll, Save, FolderOpen, Bug, LayoutGrid, Undo2, Redo2, Settings, AlertCircle, Minus, Plus, Square, Play, ChevronUp, PlayCircle, RotateCcw, MoreVertical } from 'lucide-react';
4
4
  import { useState, useRef, useEffect, useCallback, useMemo } from 'react';
5
5
  import { jsxs, jsx, Fragment } from 'react/jsx-runtime';
@@ -1,4 +1,4 @@
1
- import { useWorkflowStore } from './chunk-BJ3R5R32.mjs';
1
+ import { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
2
2
  import { useEffect } from 'react';
3
3
 
4
4
  function useCanvasKeyboardShortcuts({