@carefirst/library 5.2.2 → 5.2.3

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
@@ -936,6 +936,7 @@ declare class VerificationCodeComponent implements OnChanges {
936
936
  declare class MixPComponent implements OnInit, OnChanges {
937
937
  mobile: string;
938
938
  desktop: string;
939
+ customStyle: Record<string, unknown>;
939
940
  pClass: string;
940
941
  private inputMobile;
941
942
  private inputDesktop;
@@ -965,7 +966,7 @@ declare class MixPComponent implements OnInit, OnChanges {
965
966
  */
966
967
  updateClass(): void;
967
968
  static ɵfac: i0.ɵɵFactoryDeclaration<MixPComponent, never>;
968
- static ɵcmp: i0.ɵɵComponentDeclaration<MixPComponent, "cf-mix-p", never, { "mobile": { "alias": "mobile"; "required": false; }; "desktop": { "alias": "desktop"; "required": false; }; }, {}, never, ["*"], false, never>;
969
+ static ɵcmp: i0.ɵɵComponentDeclaration<MixPComponent, "cf-mix-p", never, { "mobile": { "alias": "mobile"; "required": false; }; "desktop": { "alias": "desktop"; "required": false; }; "customStyle": { "alias": "customStyle"; "required": false; }; }, {}, never, ["*"], false, never>;
969
970
  }
970
971
 
971
972
  declare class CareFirstLibraryModule {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carefirst/library",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "author": "FCS Dev Team",
5
5
  "private": false,
6
6
  "peerDependencies": {