@authing/react-ui-components 3.1.37 → 3.1.38-beta.0
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 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
- package/dist/asset-manifest.json +0 -26
- package/dist/index.html +0 -1
- package/dist/static/css/2.2cdfb9d1.chunk.css +0 -3
- package/dist/static/css/2.2cdfb9d1.chunk.css.map +0 -1
- package/dist/static/css/main.f438f284.chunk.css +0 -2
- package/dist/static/css/main.f438f284.chunk.css.map +0 -1
- package/dist/static/js/2.9a1287ca.chunk.js +0 -3
- package/dist/static/js/2.9a1287ca.chunk.js.LICENSE.txt +0 -112
- package/dist/static/js/2.9a1287ca.chunk.js.map +0 -1
- package/dist/static/js/3.d3328d89.chunk.js +0 -2
- package/dist/static/js/3.d3328d89.chunk.js.map +0 -1
- package/dist/static/js/main.5735e6f1.chunk.js +0 -2
- package/dist/static/js/main.5735e6f1.chunk.js.map +0 -1
- package/dist/static/js/runtime-main.e75981a3.js +0 -2
- package/dist/static/js/runtime-main.e75981a3.js.map +0 -1
- package/dist/static/media/loading.3cf0104f.svg +0 -32
package/lib/index.d.ts
CHANGED
|
@@ -2509,6 +2509,11 @@ declare module '@authing/react-ui-components/components/Register/core/WithCode'
|
|
|
2509
2509
|
registeContext?: any;
|
|
2510
2510
|
methods: any[];
|
|
2511
2511
|
}
|
|
2512
|
+
/**
|
|
2513
|
+
* 手机 Code 注册
|
|
2514
|
+
* @param param0
|
|
2515
|
+
* @returns
|
|
2516
|
+
*/
|
|
2512
2517
|
export const RegisterWithCode: React.FC<RegisterWithCodeProps>;
|
|
2513
2518
|
|
|
2514
2519
|
}
|
|
@@ -3543,7 +3548,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3543
3548
|
|
|
3544
3549
|
}
|
|
3545
3550
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3546
|
-
const _default: "3.1.
|
|
3551
|
+
const _default: "3.1.38-beta.0";
|
|
3547
3552
|
export default _default;
|
|
3548
3553
|
|
|
3549
3554
|
}
|