@datatechsolutions/ui 2.10.8 → 2.10.9
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/astrlabe/index.js +103 -103
- package/dist/astrlabe/index.mjs +2 -2
- package/dist/astrlabe/workflow-canvas.js +2 -2
- package/dist/astrlabe/workflow-canvas.mjs +1 -1
- package/dist/{chunk-2XQ2GYYV.mjs → chunk-LTWL7B4K.mjs} +3 -3
- package/dist/chunk-LTWL7B4K.mjs.map +1 -0
- package/dist/{chunk-XJV5ERUJ.js → chunk-S3GAARSA.js} +3 -3
- package/dist/chunk-S3GAARSA.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-2XQ2GYYV.mjs.map +0 -1
- package/dist/chunk-XJV5ERUJ.js.map +0 -1
|
@@ -1962,7 +1962,7 @@ var IfElseFlowNode = react.memo(function IfElseFlowNode2({ id, data, selected })
|
|
|
1962
1962
|
": ",
|
|
1963
1963
|
conditionCount
|
|
1964
1964
|
] }),
|
|
1965
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: config.logicalOperator.toUpperCase() })
|
|
1965
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-[10px] text-gray-400 dark:text-gray-500", children: (config.logicalOperator ?? "and").toUpperCase() })
|
|
1966
1966
|
] }),
|
|
1967
1967
|
/* @__PURE__ */ jsxRuntime.jsx(NodeCardDeleteAction, { nodeId: id, onDelete })
|
|
1968
1968
|
] }),
|
|
@@ -7224,5 +7224,5 @@ exports.useDrawerStore = useDrawerStore;
|
|
|
7224
7224
|
exports.useWorkflowBuilderClient = useWorkflowBuilderClient;
|
|
7225
7225
|
exports.useWorkflowBuilderClientOptional = useWorkflowBuilderClientOptional;
|
|
7226
7226
|
exports.useWorkflowStore = useWorkflowStore;
|
|
7227
|
-
//# sourceMappingURL=chunk-
|
|
7228
|
-
//# sourceMappingURL=chunk-
|
|
7227
|
+
//# sourceMappingURL=chunk-S3GAARSA.js.map
|
|
7228
|
+
//# sourceMappingURL=chunk-S3GAARSA.js.map
|