@authing/react-ui-components 3.1.18-rc.3 → 3.1.18
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 -1
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2936,6 +2936,7 @@ declare module '@authing/react-ui-components/components/_utils/context' {
|
|
|
2936
2936
|
publicConfig: ApplicationConfig;
|
|
2937
2937
|
httpClient: GuardHttp;
|
|
2938
2938
|
appId: string;
|
|
2939
|
+
tenantId?: string;
|
|
2939
2940
|
initData: any;
|
|
2940
2941
|
currentModule: ModuleState;
|
|
2941
2942
|
events: Partial<GuardEvents>;
|
|
@@ -2961,6 +2962,7 @@ declare module '@authing/react-ui-components/components/_utils/context' {
|
|
|
2961
2962
|
export const useGuardHttpClient: () => GuardHttp;
|
|
2962
2963
|
export const useGuardDefaultMergedConfig: () => GuardLocalConfig;
|
|
2963
2964
|
export const useGuardAppId: () => string;
|
|
2965
|
+
export const useGuardTenantId: () => string | undefined;
|
|
2964
2966
|
export function useGuardInitData<T>(): T;
|
|
2965
2967
|
export const useGuardCurrentModule: () => ModuleState;
|
|
2966
2968
|
export const useGuardEvents: () => Partial<GuardEvents>;
|
|
@@ -3411,7 +3413,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3411
3413
|
|
|
3412
3414
|
}
|
|
3413
3415
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3414
|
-
const _default: "3.1.18
|
|
3416
|
+
const _default: "3.1.18";
|
|
3415
3417
|
export default _default;
|
|
3416
3418
|
|
|
3417
3419
|
}
|