@authing/react-ui-components 3.1.0-rc.7 → 3.1.0-rc.8
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 +6 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1973,7 +1973,11 @@ declare module '@authing/react-ui-components/components/Login/socialLogin/index'
|
|
|
1973
1973
|
}
|
|
1974
1974
|
declare module '@authing/react-ui-components/components/Login/socialLogin/postMessage' {
|
|
1975
1975
|
import { AuthingResponse } from '@authing/react-ui-components/components/_utils/http';
|
|
1976
|
-
export const usePostMessage: () => (evt: MessageEvent) => import("@authing/react-ui-components/components/_utils/http").AuthingGuardResponse<any> |
|
|
1976
|
+
export const usePostMessage: () => (evt: MessageEvent) => import("@authing/react-ui-components/components/_utils/http").AuthingGuardResponse<any> | {
|
|
1977
|
+
code: any;
|
|
1978
|
+
data: any;
|
|
1979
|
+
onGuardHandling: undefined;
|
|
1980
|
+
} | undefined;
|
|
1977
1981
|
export const useErrorHandling: () => (res: AuthingResponse) => import("@authing/react-ui-components/components/_utils/http").AuthingGuardResponse<any>;
|
|
1978
1982
|
|
|
1979
1983
|
}
|
|
@@ -3143,7 +3147,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3143
3147
|
|
|
3144
3148
|
}
|
|
3145
3149
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3146
|
-
const _default: "3.1.0-rc.
|
|
3150
|
+
const _default: "3.1.0-rc.8";
|
|
3147
3151
|
export default _default;
|
|
3148
3152
|
|
|
3149
3153
|
}
|