@carefirst/library 5.6.0 → 5.6.2
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
    
    | 
         @@ -734,7 +734,7 @@ declare class ChatBubbleComponent implements OnChanges { 
     | 
|
| 
       734 
734 
     | 
    
         
             
                 */
         
     | 
| 
       735 
735 
     | 
    
         
             
                ngOnChanges(changes: SimpleChanges): void;
         
     | 
| 
       736 
736 
     | 
    
         
             
                static ɵfac: i0.ɵɵFactoryDeclaration<ChatBubbleComponent, never>;
         
     | 
| 
       737 
     | 
    
         
            -
                static ɵcmp: i0.ɵɵComponentDeclaration<ChatBubbleComponent, "cf-chat-bubble", never, { "type": { "alias": "type"; "required": false; }; "date": { "alias": "date"; "required": false; }; "message": { "alias": "message"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; }, {}, never,  
     | 
| 
      
 737 
     | 
    
         
            +
                static ɵcmp: i0.ɵɵComponentDeclaration<ChatBubbleComponent, "cf-chat-bubble", never, { "type": { "alias": "type"; "required": false; }; "date": { "alias": "date"; "required": false; }; "message": { "alias": "message"; "required": false; }; "darkMode": { "alias": "darkMode"; "required": false; }; }, {}, never, ["*"], false, never>;
         
     | 
| 
       738 
738 
     | 
    
         
             
            }
         
     | 
| 
       739 
739 
     | 
    
         | 
| 
       740 
740 
     | 
    
         
             
            /**==============================================
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,13 +1,13 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@carefirst/library",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "5.6. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "5.6.2",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "author": "FCS Dev Team",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "private": false,
         
     | 
| 
       6 
6 
     | 
    
         
             
              "peerDependencies": {
         
     | 
| 
       7 
     | 
    
         
            -
                "@angular/common": "^20.3. 
     | 
| 
       8 
     | 
    
         
            -
                "@angular/core": "^20.3. 
     | 
| 
       9 
     | 
    
         
            -
                "@angular/forms": "^20.3. 
     | 
| 
       10 
     | 
    
         
            -
                "@angular/router": "^20.3. 
     | 
| 
      
 7 
     | 
    
         
            +
                "@angular/common": "^20.3.9",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "@angular/core": "^20.3.9",
         
     | 
| 
      
 9 
     | 
    
         
            +
                "@angular/forms": "^20.3.9",
         
     | 
| 
      
 10 
     | 
    
         
            +
                "@angular/router": "^20.3.9",
         
     | 
| 
       11 
11 
     | 
    
         
             
                "@ionic/angular": "^8.7.5",
         
     | 
| 
       12 
12 
     | 
    
         
             
                "dayjs": "^1.11.18",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "password-validator": "^5.3.0"
         
     |