@authing/react-ui-components 3.0.26 → 3.0.29
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 +4 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -2500,7 +2500,10 @@ declare module '@authing/react-ui-components/components/_utils/hooks/index' {
|
|
|
2500
2500
|
*/
|
|
2501
2501
|
export const parsePhone: (isInternationSms: boolean, fieldValue: string, areaCode?: string) => {
|
|
2502
2502
|
phoneNumber: string;
|
|
2503
|
+
countryCode: undefined;
|
|
2504
|
+
} | {
|
|
2503
2505
|
countryCode: string;
|
|
2506
|
+
phoneNumber: string;
|
|
2504
2507
|
};
|
|
2505
2508
|
|
|
2506
2509
|
}
|
|
@@ -2745,7 +2748,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2745
2748
|
|
|
2746
2749
|
}
|
|
2747
2750
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2748
|
-
const _default: "3.0.
|
|
2751
|
+
const _default: "3.0.29";
|
|
2749
2752
|
export default _default;
|
|
2750
2753
|
|
|
2751
2754
|
}
|