@authing/react-ui-components 3.1.13-rc.0 → 3.1.13-rc.1
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
|
@@ -13,6 +13,10 @@ declare module '@authing/react-ui-components/components/AuthClientProvider/conte
|
|
|
13
13
|
}
|
|
14
14
|
export const AuthClientContext: React.Context<AuthClientContextProps | undefined>;
|
|
15
15
|
|
|
16
|
+
}
|
|
17
|
+
declare module '@authing/react-ui-components/components/AuthClientProvider/index' {
|
|
18
|
+
export { AuthClientProvider, useGlobalAuthClient } from '@authing/react-ui-components/components/AuthClientProvider/AuthClientProvider';
|
|
19
|
+
|
|
16
20
|
}
|
|
17
21
|
declare module '@authing/react-ui-components/components/AuthingDropdown/index' {
|
|
18
22
|
import React, { FC } from 'react';
|
|
@@ -3258,7 +3262,7 @@ declare module '@authing/react-ui-components/components/context/module/context'
|
|
|
3258
3262
|
declare module '@authing/react-ui-components/components/index' {
|
|
3259
3263
|
export * from '@authing/react-ui-components/components/_utils/config/index';
|
|
3260
3264
|
export * from '@authing/react-ui-components/components/_utils/responseManagement/interface';
|
|
3261
|
-
export
|
|
3265
|
+
export * from '@authing/react-ui-components/components/AuthClientProvider/index';
|
|
3262
3266
|
export * from '@authing/react-ui-components/components/AuthingGuard/types/index';
|
|
3263
3267
|
export * from '@authing/react-ui-components/components/AuthingGuard/hooks/index';
|
|
3264
3268
|
export * from '@authing/react-ui-components/components/AuthingGuard/index';
|
|
@@ -3273,7 +3277,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3273
3277
|
|
|
3274
3278
|
}
|
|
3275
3279
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3276
|
-
const _default: "3.1.13-rc.
|
|
3280
|
+
const _default: "3.1.13-rc.1";
|
|
3277
3281
|
export default _default;
|
|
3278
3282
|
|
|
3279
3283
|
}
|