@authing/react-ui-components 3.1.0-rc.8 → 3.1.0-rc.9
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 +3 -3
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -1958,11 +1958,11 @@ declare module '@authing/react-ui-components/components/Login/socialLogin/IdpBut
|
|
|
1958
1958
|
declare module '@authing/react-ui-components/components/Login/socialLogin/index' {
|
|
1959
1959
|
import React from 'react';
|
|
1960
1960
|
import { ApplicationConfig, SocialConnectionItem } from '@authing/react-ui-components/components/AuthingGuard/api/index';
|
|
1961
|
-
import { LoginConfig } from '@authing/react-ui-components/components/Login/interface';
|
|
1962
1961
|
import './style.less';
|
|
1962
|
+
import { GuardLocalConfig } from '@authing/react-ui-components/components/Guard/index';
|
|
1963
1963
|
export interface SocialLoginProps {
|
|
1964
1964
|
appId: string;
|
|
1965
|
-
config:
|
|
1965
|
+
config: GuardLocalConfig;
|
|
1966
1966
|
onLoginFailed: any;
|
|
1967
1967
|
onLoginSuccess: any;
|
|
1968
1968
|
enterpriseConnectionObjs: ApplicationConfig['identityProviders'];
|
|
@@ -3147,7 +3147,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3147
3147
|
|
|
3148
3148
|
}
|
|
3149
3149
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3150
|
-
const _default: "3.1.0-rc.
|
|
3150
|
+
const _default: "3.1.0-rc.9";
|
|
3151
3151
|
export default _default;
|
|
3152
3152
|
|
|
3153
3153
|
}
|