@authing/react-ui-components 3.1.35-hep.1 → 3.1.35-hep.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/lib/index.d.ts +1 -5
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -3255,10 +3255,6 @@ declare module '@authing/react-ui-components/components/_utils/hooks/index' {
|
|
|
3255
3255
|
countryCode: string | undefined;
|
|
3256
3256
|
phoneNumber: string;
|
|
3257
3257
|
};
|
|
3258
|
-
export enum SocialConnectionEvent {
|
|
3259
|
-
Message = "message",
|
|
3260
|
-
Auth = "auth"
|
|
3261
|
-
}
|
|
3262
3258
|
/**
|
|
3263
3259
|
*
|
|
3264
3260
|
* @param config
|
|
@@ -3605,7 +3601,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3605
3601
|
|
|
3606
3602
|
}
|
|
3607
3603
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3608
|
-
const _default: "3.1.35-hep.
|
|
3604
|
+
const _default: "3.1.35-hep.2";
|
|
3609
3605
|
export default _default;
|
|
3610
3606
|
|
|
3611
3607
|
}
|