@datatechsolutions/ui 2.7.137 → 2.7.139

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.
@@ -2,7 +2,7 @@
2
2
  'use strict';
3
3
 
4
4
  var chunkE42PD4X6_js = require('../chunk-E42PD4X6.js');
5
- var chunkF4FMGGHO_js = require('../chunk-F4FMGGHO.js');
5
+ var chunkULPKAD4A_js = require('../chunk-ULPKAD4A.js');
6
6
 
7
7
 
8
8
 
@@ -16,15 +16,15 @@ Object.defineProperty(exports, "validateWorkflowGraph", {
16
16
  });
17
17
  Object.defineProperty(exports, "applyDagreLayout", {
18
18
  enumerable: true,
19
- get: function () { return chunkF4FMGGHO_js.applyDagreLayout; }
19
+ get: function () { return chunkULPKAD4A_js.applyDagreLayout; }
20
20
  });
21
21
  Object.defineProperty(exports, "createDefaultLogicNodeConfig", {
22
22
  enumerable: true,
23
- get: function () { return chunkF4FMGGHO_js.createDefaultLogicNodeConfig; }
23
+ get: function () { return chunkULPKAD4A_js.createDefaultLogicNodeConfig; }
24
24
  });
25
25
  Object.defineProperty(exports, "getAgentTier", {
26
26
  enumerable: true,
27
- get: function () { return chunkF4FMGGHO_js.getAgentTier; }
27
+ get: function () { return chunkULPKAD4A_js.getAgentTier; }
28
28
  });
29
29
  //# sourceMappingURL=utils.js.map
30
30
  //# sourceMappingURL=utils.js.map
@@ -1,5 +1,5 @@
1
1
  "use client";
2
2
  export { topologicalSortAgents, validateWorkflowGraph } from '../chunk-55S2KOTZ.mjs';
3
- export { applyDagreLayout, createDefaultLogicNodeConfig, getAgentTier } from '../chunk-6KYBGBI4.mjs';
3
+ export { applyDagreLayout, createDefaultLogicNodeConfig, getAgentTier } from '../chunk-BTJP5QCD.mjs';
4
4
  //# sourceMappingURL=utils.mjs.map
5
5
  //# sourceMappingURL=utils.mjs.map
@@ -1,17 +1,17 @@
1
1
  "use client";
2
2
  'use strict';
3
3
 
4
- var chunk6Y3DK5EC_js = require('../chunk-6Y3DK5EC.js');
5
- require('../chunk-5IE2FIWT.js');
4
+ var chunkYCIUVIFN_js = require('../chunk-YCIUVIFN.js');
5
+ require('../chunk-JYX3ILSA.js');
6
6
  require('../chunk-NJ6PBGQM.js');
7
- require('../chunk-F4FMGGHO.js');
7
+ require('../chunk-ULPKAD4A.js');
8
8
  require('../chunk-UZ3CMNUJ.js');
9
9
 
10
10
 
11
11
 
12
12
  Object.defineProperty(exports, "Workspace", {
13
13
  enumerable: true,
14
- get: function () { return chunk6Y3DK5EC_js.Workspace; }
14
+ get: function () { return chunkYCIUVIFN_js.Workspace; }
15
15
  });
16
16
  //# sourceMappingURL=workflow-canvas.js.map
17
17
  //# sourceMappingURL=workflow-canvas.js.map
@@ -1,8 +1,8 @@
1
1
  "use client";
2
- export { Workspace } from '../chunk-WURM4JVE.mjs';
3
- import '../chunk-3OGFL5RQ.mjs';
2
+ export { Workspace } from '../chunk-AMUPPC66.mjs';
3
+ import '../chunk-WTPYTOK4.mjs';
4
4
  import '../chunk-UBCSCLUW.mjs';
5
- import '../chunk-6KYBGBI4.mjs';
5
+ import '../chunk-BTJP5QCD.mjs';
6
6
  import '../chunk-D2JF6C3E.mjs';
7
7
  //# sourceMappingURL=workflow-canvas.mjs.map
8
8
  //# sourceMappingURL=workflow-canvas.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datatechsolutions/ui",
3
- "version": "2.7.137",
3
+ "version": "2.7.139",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",