@carefirst/library 5.2.4 → 5.3.0

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
@@ -852,7 +852,7 @@ declare class VerificationCodeComponent implements OnChanges {
852
852
  valueToVerify: string;
853
853
  status: BehaviorSubject<CfCodeInputVerificationStatusesT>;
854
854
  userFeedbackMessages?: CfCodeInputUserFeedbackMessagesI;
855
- removeResendText?: true;
855
+ removeResendText?: boolean;
856
856
  readonly outcome: EventEmitter<string>;
857
857
  readonly resendClickEvent: EventEmitter<true>;
858
858
  myInput1?: IonInput;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "5.2.4",
3
+ "version": "5.3.0",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {