@authing/react-ui-components 3.1.0-rc.4 → 3.1.0-rc.6
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
|
@@ -1905,6 +1905,7 @@ declare module '@authing/react-ui-components/components/Login/core/withWechatmpQ
|
|
|
1905
1905
|
}
|
|
1906
1906
|
declare module '@authing/react-ui-components/components/Login/index' {
|
|
1907
1907
|
/// <reference types="react" />
|
|
1908
|
+
import './styles.less';
|
|
1908
1909
|
export const GuardLoginView: () => JSX.Element;
|
|
1909
1910
|
|
|
1910
1911
|
}
|
|
@@ -3120,6 +3121,7 @@ declare module '@authing/react-ui-components/components/context/module/context'
|
|
|
3120
3121
|
}
|
|
3121
3122
|
declare module '@authing/react-ui-components/components/index' {
|
|
3122
3123
|
export * from '@authing/react-ui-components/components/_utils/config';
|
|
3124
|
+
export * from '@authing/react-ui-components/components/_utils/responseManagement/interface';
|
|
3123
3125
|
export type { AuthenticationClientOptions } from 'authing-js-sdk';
|
|
3124
3126
|
export * from '@authing/react-ui-components/components/AuthingGuard/types/index';
|
|
3125
3127
|
export * from '@authing/react-ui-components/components/AuthingGuard/hooks/index';
|
|
@@ -3135,7 +3137,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3135
3137
|
|
|
3136
3138
|
}
|
|
3137
3139
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3138
|
-
const _default: "3.1.0-rc.
|
|
3140
|
+
const _default: "3.1.0-rc.6";
|
|
3139
3141
|
export default _default;
|
|
3140
3142
|
|
|
3141
3143
|
}
|