intelica-library-components 1.1.78 → 1.1.80

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/index.d.ts CHANGED
@@ -2654,7 +2654,7 @@ declare function GetCookieAttributes(environment: string): CookieAttributes;
2654
2654
 
2655
2655
  declare const IntelicaTheme: _primeuix_themes_types.Preset<_primeuix_themes_aura_base.AuraBaseDesignTokens>;
2656
2656
 
2657
- type JobStatusCatalog = "pending" | "running" | "completed" | "failed" | "cancelled";
2657
+ type JobStatusCatalog = "idle" | "pending" | "running" | "completed" | "failed" | "cancelled";
2658
2658
  type OriginCatalog = "default" | "testing" | "security" | "alerts" | "filesharing";
2659
2659
  type BucketCatalog = "general" | "fee" | "security" | "alerts" | "filesharing";
2660
2660
  type NotificationTypeCatalog = "NTF" | "PRG" | "BRD" | "TEM" | "OPT";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelica-library-components",
3
- "version": "1.1.78",
3
+ "version": "1.1.80",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0",