@cqa-lib/cqa-ui 1.1.147 → 1.1.149

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.
@@ -181,6 +181,7 @@ export interface LiveSubStep {
181
181
  text: string;
182
182
  isRunning: boolean;
183
183
  duration?: number;
184
+ status: 'passed' | 'failed' | 'pending' | 'success' | 'failure' | 'skipped';
184
185
  }
185
186
  export interface LiveExecutionStepConfig extends BaseStepConfig {
186
187
  type: 'live-execution';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.147",
3
+ "version": "1.1.149",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",