@carefirst/library 2.0.19 → 2.0.20

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,11 +3,12 @@ import { type IconColorT, type IconsT } from '../../interfaces/icon.interface';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class IconComponent implements OnChanges {
5
5
  icon: IconsT;
6
- height?: number;
6
+ heightMobile?: number;
7
+ heightDesktop?: number;
7
8
  iconColor?: IconColorT;
8
9
  inputIcon: typeof this.icon | undefined;
9
10
  inputColor: typeof this.iconColor | undefined;
10
11
  ngOnChanges(changes: SimpleChanges): void;
11
12
  static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cf-icon", never, { "icon": { "alias": "icon"; "required": false; }; "height": { "alias": "height"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, never, false, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "cf-icon", never, { "icon": { "alias": "icon"; "required": false; }; "heightMobile": { "alias": "heightMobile"; "required": false; }; "heightDesktop": { "alias": "heightDesktop"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; }, {}, never, never, false, never>;
13
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {