@carefirst/library 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,11 @@
1
+ import { type OnChanges, type SimpleChanges } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
- export declare class LogoComponent {
3
+ export declare class LogoComponent implements OnChanges {
3
4
  type: 'horizontal' | 'vertical';
4
5
  height: number;
6
+ white?: string | boolean | undefined;
7
+ inputWhite: boolean;
8
+ ngOnChanges(changes: SimpleChanges): void;
5
9
  static ɵfac: i0.ɵɵFactoryDeclaration<LogoComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "cf-logo", never, { "type": { "alias": "type"; "required": false; }; "height": { "alias": "height"; "required": false; }; }, {}, never, never, false, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<LogoComponent, "cf-logo", never, { "type": { "alias": "type"; "required": false; }; "height": { "alias": "height"; "required": false; }; "white": { "alias": "white"; "required": false; }; }, {}, never, never, false, never>;
7
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "author": "Jacques Francois Coetzee",
5
5
  "private": false,
6
6
  "peerDependencies": {