@annalib/anna-core 24.2.2 → 24.2.3

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.
@@ -37,7 +37,8 @@ export declare class SvgOrIconTypeInGTTable {
37
37
  }
38
38
  export declare enum SvgOrIconNames {
39
39
  PAY_FOR_PERFORMANCE_ACTIVE = "PAY_FOR_PERFORMANCE_ACTIVE",
40
- AUTOMATION_ACTIVATED = "AUTOMATION_ACTIVATED"
40
+ AUTOMATION_ACTIVATED = "AUTOMATION_ACTIVATED",
41
+ DELETED_ORDER = "DELETED_ORDER"
41
42
  }
42
43
  export interface ITotalRowInfo {
43
44
  colspan: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "24.2.2",
3
+ "version": "24.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "^16.0.1",
6
6
  "@angular/common": "^16.2.12",