@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/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 {