@authing/react-ui-components 3.1.0-rc.2 → 3.1.0-rc.3
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 +1 -2
- 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,7 +1905,6 @@ 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';
|
|
1909
1908
|
export const GuardLoginView: () => JSX.Element;
|
|
1910
1909
|
|
|
1911
1910
|
}
|
|
@@ -3136,7 +3135,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3136
3135
|
|
|
3137
3136
|
}
|
|
3138
3137
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3139
|
-
const _default: "3.1.0-rc.
|
|
3138
|
+
const _default: "3.1.0-rc.3";
|
|
3140
3139
|
export default _default;
|
|
3141
3140
|
|
|
3142
3141
|
}
|