@posiwise/user-module 0.0.151 → 0.0.153

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/user-module",
3
- "version": "0.0.151",
3
+ "version": "0.0.153",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^21.2.0",
6
6
  "@angular/common": "^21.2.6",
@@ -835,6 +835,12 @@ declare class EditSocialLinksComponent extends AppBaseComponent implements OnIni
835
835
  saveEvent: EventEmitter<void>;
836
836
  form: UntypedFormGroup;
837
837
  buttonBusy: boolean;
838
+ readonly socialNetworks: ReadonlyArray<{
839
+ key: string;
840
+ labelKey: string;
841
+ icon: string;
842
+ placeholder: string;
843
+ }>;
838
844
  constructor(injector: Injector, modalService: NgbModal, fb: UntypedFormBuilder, profileService: ProfileService, cdr: ChangeDetectorRef);
839
845
  private urlValidator;
840
846
  ngOnInit(): void;