@apteva/apteva-kit 0.1.90 → 0.1.91

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
@@ -137,6 +137,7 @@ interface FlowStep {
137
137
  description?: string;
138
138
  type?: string;
139
139
  status?: 'pending' | 'active' | 'completed' | 'error' | 'skipped';
140
+ color?: 'blue' | 'purple' | 'cyan' | 'amber' | 'emerald' | 'rose' | 'indigo' | 'orange';
140
141
  }
141
142
  interface FlowWidget extends Widget {
142
143
  type: 'flow';
package/dist/index.d.ts CHANGED
@@ -137,6 +137,7 @@ interface FlowStep {
137
137
  description?: string;
138
138
  type?: string;
139
139
  status?: 'pending' | 'active' | 'completed' | 'error' | 'skipped';
140
+ color?: 'blue' | 'purple' | 'cyan' | 'amber' | 'emerald' | 'rose' | 'indigo' | 'orange';
140
141
  }
141
142
  interface FlowWidget extends Widget {
142
143
  type: 'flow';