zek 14.2.77 → 14.2.78

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.
@@ -12,5 +12,5 @@ export declare class ZekAlert {
12
12
  cssAlert: string;
13
13
  cssIcon: string;
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekAlert, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<ZekAlert, "zek-alert", never, { "type": "type"; "title": "title"; }, {}, never, ["*"], false>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ZekAlert, "zek-alert", never, { "type": "type"; "showClose": "showClose"; "title": "title"; }, {}, never, ["*"], false>;
16
16
  }
@@ -16,7 +16,7 @@ export declare enum Color {
16
16
  Dark = 8
17
17
  }
18
18
  export declare class BootstrapHelper {
19
- static cssColor(color?: Color | null): "" | "bg-primary text-white" | "bg-secondary text-white" | "bg-success text-white" | "bg-danger text-white" | "bg-warning text-dark" | "bg-info text-dark" | "bg-dark text-white";
19
+ static cssColor(color?: Color | null): "" | "bg-primary text-white" | "bg-secondary text-white" | "bg-success text-white" | "bg-danger text-white" | "bg-warning text-dark" | "bg-info text-dark" | "bg-dark text-white";
20
20
  static cssIcon(type: ComponentType): string | null;
21
21
  static cssButton(type: ComponentType): string;
22
22
  static getAlertType(type?: string | null): AlertType | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "14.2.77",
3
+ "version": "14.2.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^14.0.0",
6
6
  "@angular/core": "^14.0.0"