@datatechsolutions/ui 2.11.73 → 2.11.75
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 +131 -131
- package/dist/astrlabe/index.mjs +3 -3
- package/dist/astrlabe/workflow-canvas.js +3 -3
- package/dist/astrlabe/workflow-canvas.mjs +2 -2
- package/dist/{chunk-Q5W4CGXP.js → chunk-2VUZ4ZGV.js} +64 -64
- package/dist/{chunk-Q5W4CGXP.js.map → chunk-2VUZ4ZGV.js.map} +1 -1
- package/dist/{chunk-EBVEKRQB.js → chunk-4VUNR53L.js} +162 -54
- package/dist/chunk-4VUNR53L.js.map +1 -0
- package/dist/{chunk-Z47UM6TC.mjs → chunk-RBDOC5QZ.mjs} +162 -54
- package/dist/chunk-RBDOC5QZ.mjs.map +1 -0
- package/dist/{chunk-TP7H2NQN.mjs → chunk-WYHKTAQE.mjs} +3 -3
- package/dist/{chunk-TP7H2NQN.mjs.map → chunk-WYHKTAQE.mjs.map} +1 -1
- package/dist/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +744 -744
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-EBVEKRQB.js.map +0 -1
- package/dist/chunk-Z47UM6TC.mjs.map +0 -1
package/dist/index.d.mts
CHANGED
|
@@ -3434,6 +3434,8 @@ interface DepartmentWorkflow {
|
|
|
3434
3434
|
/** Tailwind classes for the accent badge, e.g. `bg-indigo-500/15 text-indigo-300`. */
|
|
3435
3435
|
accentBadge?: string;
|
|
3436
3436
|
completionSummary?: string;
|
|
3437
|
+
/** Per-node action descriptions (one short line) — keyed by node id. */
|
|
3438
|
+
nodeSubtitles?: Record<string, string>;
|
|
3437
3439
|
}
|
|
3438
3440
|
/** Visual theme for the workflow surface. */
|
|
3439
3441
|
interface DepartmentWorkflowTheme {
|
package/dist/index.d.ts
CHANGED
|
@@ -3434,6 +3434,8 @@ interface DepartmentWorkflow {
|
|
|
3434
3434
|
/** Tailwind classes for the accent badge, e.g. `bg-indigo-500/15 text-indigo-300`. */
|
|
3435
3435
|
accentBadge?: string;
|
|
3436
3436
|
completionSummary?: string;
|
|
3437
|
+
/** Per-node action descriptions (one short line) — keyed by node id. */
|
|
3438
|
+
nodeSubtitles?: Record<string, string>;
|
|
3437
3439
|
}
|
|
3438
3440
|
/** Visual theme for the workflow surface. */
|
|
3439
3441
|
interface DepartmentWorkflowTheme {
|