@genfeedai/workflow-ui 0.1.0 → 0.1.1

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 +12 -13
  2. package/dist/canvas.mjs +6 -7
  3. package/dist/{chunk-FT64PCUP.mjs → chunk-3PMLER6D.mjs} +6 -15
  4. package/dist/{chunk-CSUBLSKZ.mjs → chunk-73V6SUEO.mjs} +27 -36
  5. package/dist/{chunk-HPQT36RR.js → chunk-DICI5FSP.js} +18 -27
  6. package/dist/{chunk-EC2ZIWOK.js → chunk-DUZLPHRC.js} +36 -45
  7. package/dist/{chunk-ADWNF7V3.js → chunk-EMGXUNBL.js} +3 -3
  8. package/dist/{chunk-VOGL2WCE.mjs → chunk-EYL6J4MW.mjs} +9 -18
  9. package/dist/{chunk-H6LZKSLY.js → chunk-H3JOHAS5.js} +113 -148
  10. package/dist/{chunk-E544XUBL.js → chunk-HWY6IBWT.js} +8 -11
  11. package/dist/{chunk-22PDGHNQ.mjs → chunk-I3GNO2SR.mjs} +2 -2
  12. package/dist/{chunk-UQQUWGHW.mjs → chunk-IASLG6IA.mjs} +1 -1
  13. package/dist/chunk-IHF35QZD.js +1095 -0
  14. package/dist/{chunk-SW7QNEZU.js → chunk-OZNYKFMX.js} +30 -30
  15. package/dist/{chunk-XV5Z5XYR.mjs → chunk-PFHFGSM5.mjs} +18 -53
  16. package/dist/{chunk-CETJJ73S.js → chunk-PVWLMJGZ.js} +28 -37
  17. package/dist/chunk-RIGVIEYB.mjs +1093 -0
  18. package/dist/{chunk-LAJ34AH2.mjs → chunk-XOC5ETTX.mjs} +4 -7
  19. package/dist/hooks.js +14 -15
  20. package/dist/hooks.mjs +4 -5
  21. package/dist/index.js +41 -42
  22. package/dist/index.mjs +8 -9
  23. package/dist/lib.js +0 -1
  24. package/dist/lib.mjs +0 -1
  25. package/dist/nodes.js +37 -38
  26. package/dist/nodes.mjs +4 -5
  27. package/dist/panels.js +6 -7
  28. package/dist/panels.mjs +3 -4
  29. package/dist/provider.js +0 -1
  30. package/dist/provider.mjs +0 -1
  31. package/dist/stores.js +7 -8
  32. package/dist/stores.mjs +2 -3
  33. package/dist/toolbar.js +9 -10
  34. package/dist/toolbar.mjs +3 -4
  35. package/dist/ui.js +0 -1
  36. package/dist/ui.mjs +0 -1
  37. package/dist/workflowStore-32ZH5REM.js +11 -0
  38. package/dist/workflowStore-ZCSVIZQF.mjs +2 -0
  39. package/package.json +3 -3
  40. package/dist/chunk-AC6TWLRT.mjs +0 -27
  41. package/dist/chunk-BJ3R5R32.mjs +0 -2163
  42. package/dist/chunk-NSDLGLAQ.js +0 -2166
  43. package/dist/chunk-Z7PWFZG5.js +0 -30
  44. package/dist/workflowStore-4EGKJLYK.mjs +0 -3
  45. package/dist/workflowStore-KM32FDL7.js +0 -12
package/dist/stores.js CHANGED
@@ -2,10 +2,9 @@
2
2
 
3
3
  var chunk6DOEUDD5_js = require('./chunk-6DOEUDD5.js');
4
4
  require('./chunk-JLWKW3G5.js');
5
- var chunkEC2ZIWOK_js = require('./chunk-EC2ZIWOK.js');
6
- var chunkNSDLGLAQ_js = require('./chunk-NSDLGLAQ.js');
5
+ var chunkDUZLPHRC_js = require('./chunk-DUZLPHRC.js');
6
+ var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
7
7
  var chunkRXNEDWK2_js = require('./chunk-RXNEDWK2.js');
8
- require('./chunk-Z7PWFZG5.js');
9
8
 
10
9
  // src/stores/workflow/selectors.ts
11
10
  var selectNodes = (state) => state.nodes;
@@ -52,23 +51,23 @@ Object.defineProperty(exports, "usePromptEditorStore", {
52
51
  });
53
52
  Object.defineProperty(exports, "PROVIDER_INFO", {
54
53
  enumerable: true,
55
- get: function () { return chunkEC2ZIWOK_js.PROVIDER_INFO; }
54
+ get: function () { return chunkDUZLPHRC_js.PROVIDER_INFO; }
56
55
  });
57
56
  Object.defineProperty(exports, "useExecutionStore", {
58
57
  enumerable: true,
59
- get: function () { return chunkEC2ZIWOK_js.useExecutionStore; }
58
+ get: function () { return chunkDUZLPHRC_js.useExecutionStore; }
60
59
  });
61
60
  Object.defineProperty(exports, "useSettingsStore", {
62
61
  enumerable: true,
63
- get: function () { return chunkEC2ZIWOK_js.useSettingsStore; }
62
+ get: function () { return chunkDUZLPHRC_js.useSettingsStore; }
64
63
  });
65
64
  Object.defineProperty(exports, "useUIStore", {
66
65
  enumerable: true,
67
- get: function () { return chunkEC2ZIWOK_js.useUIStore; }
66
+ get: function () { return chunkDUZLPHRC_js.useUIStore; }
68
67
  });
69
68
  Object.defineProperty(exports, "useWorkflowStore", {
70
69
  enumerable: true,
71
- get: function () { return chunkNSDLGLAQ_js.useWorkflowStore; }
70
+ get: function () { return chunkIHF35QZD_js.useWorkflowStore; }
72
71
  });
73
72
  Object.defineProperty(exports, "configurePromptLibrary", {
74
73
  enumerable: true,
package/dist/stores.mjs CHANGED
@@ -1,9 +1,8 @@
1
1
  export { useAnnotationStore, usePromptEditorStore } from './chunk-CV4M7CNU.mjs';
2
2
  import './chunk-LDN7IX4Y.mjs';
3
- export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-CSUBLSKZ.mjs';
4
- export { useWorkflowStore } from './chunk-BJ3R5R32.mjs';
3
+ export { PROVIDER_INFO, useExecutionStore, useSettingsStore, useUIStore } from './chunk-73V6SUEO.mjs';
4
+ export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
5
5
  export { configurePromptLibrary, usePromptLibraryStore } from './chunk-VRN3UWE5.mjs';
6
- import './chunk-AC6TWLRT.mjs';
7
6
 
8
7
  // src/stores/workflow/selectors.ts
9
8
  var selectNodes = (state) => state.nodes;
package/dist/toolbar.js CHANGED
@@ -1,34 +1,33 @@
1
1
  'use strict';
2
2
 
3
- var chunkSW7QNEZU_js = require('./chunk-SW7QNEZU.js');
3
+ var chunkOZNYKFMX_js = require('./chunk-OZNYKFMX.js');
4
4
  require('./chunk-JLWKW3G5.js');
5
- require('./chunk-EC2ZIWOK.js');
6
- require('./chunk-NSDLGLAQ.js');
7
- require('./chunk-Z7PWFZG5.js');
5
+ require('./chunk-DUZLPHRC.js');
6
+ require('./chunk-IHF35QZD.js');
8
7
 
9
8
 
10
9
 
11
10
  Object.defineProperty(exports, "BottomBar", {
12
11
  enumerable: true,
13
- get: function () { return chunkSW7QNEZU_js.BottomBar; }
12
+ get: function () { return chunkOZNYKFMX_js.BottomBar; }
14
13
  });
15
14
  Object.defineProperty(exports, "OverflowMenu", {
16
15
  enumerable: true,
17
- get: function () { return chunkSW7QNEZU_js.OverflowMenu; }
16
+ get: function () { return chunkOZNYKFMX_js.OverflowMenu; }
18
17
  });
19
18
  Object.defineProperty(exports, "SaveAsDialog", {
20
19
  enumerable: true,
21
- get: function () { return chunkSW7QNEZU_js.SaveAsDialog; }
20
+ get: function () { return chunkOZNYKFMX_js.SaveAsDialog; }
22
21
  });
23
22
  Object.defineProperty(exports, "SaveIndicator", {
24
23
  enumerable: true,
25
- get: function () { return chunkSW7QNEZU_js.SaveIndicator; }
24
+ get: function () { return chunkOZNYKFMX_js.SaveIndicator; }
26
25
  });
27
26
  Object.defineProperty(exports, "Toolbar", {
28
27
  enumerable: true,
29
- get: function () { return chunkSW7QNEZU_js.Toolbar; }
28
+ get: function () { return chunkOZNYKFMX_js.Toolbar; }
30
29
  });
31
30
  Object.defineProperty(exports, "ToolbarDropdown", {
32
31
  enumerable: true,
33
- get: function () { return chunkSW7QNEZU_js.ToolbarDropdown; }
32
+ get: function () { return chunkOZNYKFMX_js.ToolbarDropdown; }
34
33
  });
package/dist/toolbar.mjs CHANGED
@@ -1,5 +1,4 @@
1
- export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-22PDGHNQ.mjs';
1
+ export { BottomBar, OverflowMenu, SaveAsDialog, SaveIndicator, Toolbar, ToolbarDropdown } from './chunk-I3GNO2SR.mjs';
2
2
  import './chunk-LDN7IX4Y.mjs';
3
- import './chunk-CSUBLSKZ.mjs';
4
- import './chunk-BJ3R5R32.mjs';
5
- import './chunk-AC6TWLRT.mjs';
3
+ import './chunk-73V6SUEO.mjs';
4
+ import './chunk-RIGVIEYB.mjs';
package/dist/ui.js CHANGED
@@ -2,7 +2,6 @@
2
2
 
3
3
  var chunk3SPPKCWR_js = require('./chunk-3SPPKCWR.js');
4
4
  var chunk5HJFQVUR_js = require('./chunk-5HJFQVUR.js');
5
- require('./chunk-Z7PWFZG5.js');
6
5
 
7
6
 
8
7
 
package/dist/ui.mjs CHANGED
@@ -1,3 +1,2 @@
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-AC6TWLRT.mjs';
@@ -0,0 +1,11 @@
1
+ 'use strict';
2
+
3
+ require('./chunk-JLWKW3G5.js');
4
+ var chunkIHF35QZD_js = require('./chunk-IHF35QZD.js');
5
+
6
+
7
+
8
+ Object.defineProperty(exports, "useWorkflowStore", {
9
+ enumerable: true,
10
+ get: function () { return chunkIHF35QZD_js.useWorkflowStore; }
11
+ });
@@ -0,0 +1,2 @@
1
+ import './chunk-LDN7IX4Y.mjs';
2
+ export { useWorkflowStore } from './chunk-RIGVIEYB.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genfeedai/workflow-ui",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "AGPL-3.0",
5
5
  "description": "Shared UI components for Genfeed workflow editor",
6
6
  "repository": {
@@ -84,7 +84,7 @@
84
84
  "zundo": ">=2.0.0"
85
85
  },
86
86
  "dependencies": {
87
- "@genfeedai/core": "workspace:*",
87
+ "@genfeedai/core": "^0.1.1",
88
88
  "@radix-ui/react-checkbox": "^1.1.4",
89
89
  "@radix-ui/react-label": "^2.1.2",
90
90
  "@radix-ui/react-select": "^2.1.6",
@@ -98,7 +98,7 @@
98
98
  "tailwind-merge": "^3.4.0"
99
99
  },
100
100
  "devDependencies": {
101
- "@genfeedai/types": "workspace:*",
101
+ "@genfeedai/types": "^0.1.1",
102
102
  "@types/react": "19.2.4",
103
103
  "@types/react-dom": "19.2.4",
104
104
  "@xyflow/react": "12.10.0",
@@ -1,27 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __commonJS = (cb, mod) => function __require() {
8
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
19
- // If the importer is in node compatibility mode or this is not an ESM
20
- // file that has been converted to a CommonJS file using a Babel-
21
- // compatible transform (i.e. "__esModule" has not been set), then set
22
- // "default" to the CommonJS "module.exports" for node compatibility.
23
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
24
- mod
25
- ));
26
-
27
- export { __commonJS, __toESM };