@authing/react-ui-components 2.4.55-alpha.4 → 2.4.55-alpha.5

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/lib/index.d.ts CHANGED
@@ -602,6 +602,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/userPoo
602
602
  }
603
603
  export interface SocialConnectionItem {
604
604
  name: string;
605
+ displayName: string;
605
606
  logo: string;
606
607
  description: string;
607
608
  identifier: string;