@cqa-lib/cqa-ui 1.1.497 → 1.1.498

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.
@@ -1,4 +1,5 @@
1
1
  import * as i0 from "@angular/core";
2
+ export declare type AiPromptCardOperation = 'created' | 'edited' | 'duplicated' | 'deleted';
2
3
  export declare class AiPromptCardComponent {
3
4
  stepNumber: string;
4
5
  stepName: string;
@@ -6,10 +7,17 @@ export declare class AiPromptCardComponent {
6
7
  runVersion?: string;
7
8
  promptText: string;
8
9
  isFailed: boolean;
10
+ operationLabel?: AiPromptCardOperation;
9
11
  get accentColor(): string;
10
12
  get titleColor(): string;
11
13
  get stepPrefix(): string;
12
14
  get metaLine(): string;
15
+ get operationBadgeText(): string;
16
+ get operationBadgeColors(): {
17
+ bg: string;
18
+ text: string;
19
+ border: string;
20
+ };
13
21
  static ɵfac: i0.ɵɵFactoryDeclaration<AiPromptCardComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<AiPromptCardComponent, "cqa-ai-prompt-card", never, { "stepNumber": "stepNumber"; "stepName": "stepName"; "timestamp": "timestamp"; "runVersion": "runVersion"; "promptText": "promptText"; "isFailed": "isFailed"; }, {}, never, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<AiPromptCardComponent, "cqa-ai-prompt-card", never, { "stepNumber": "stepNumber"; "stepName": "stepName"; "timestamp": "timestamp"; "runVersion": "runVersion"; "promptText": "promptText"; "isFailed": "isFailed"; "operationLabel": "operationLabel"; }, {}, never, never>;
15
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.497",
3
+ "version": "1.1.498",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",