@authing/react-ui-components 3.1.12-rc.1 → 3.1.12-rc.4
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 +7 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2815,6 +2815,12 @@ declare module '@authing/react-ui-components/components/_utils/context' {
|
|
|
2815
2815
|
}>;
|
|
2816
2816
|
Consumer: React.Consumer<IGuardContext>;
|
|
2817
2817
|
};
|
|
2818
|
+
export const useGuardXContext: () => {
|
|
2819
|
+
Provider: React.FC<{
|
|
2820
|
+
value: Partial<IGuardContext>;
|
|
2821
|
+
}>;
|
|
2822
|
+
Consumer: React.Consumer<IGuardContext>;
|
|
2823
|
+
};
|
|
2818
2824
|
export const useGuardPublicConfig: () => ApplicationConfig;
|
|
2819
2825
|
export const useGuardHttpClient: () => GuardHttp;
|
|
2820
2826
|
export const useGuardDefaultMergedConfig: () => GuardLocalConfig;
|
|
@@ -3242,7 +3248,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3242
3248
|
|
|
3243
3249
|
}
|
|
3244
3250
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3245
|
-
const _default: "3.1.12-rc.
|
|
3251
|
+
const _default: "3.1.12-rc.4";
|
|
3246
3252
|
export default _default;
|
|
3247
3253
|
|
|
3248
3254
|
}
|