@authing/react-ui-components 3.0.19-rc.4 → 3.0.19-rc.5
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 -9
- 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
|
@@ -2415,19 +2415,13 @@ declare module '@authing/react-ui-components/components/_utils/corsVerification'
|
|
|
2415
2415
|
|
|
2416
2416
|
}
|
|
2417
2417
|
declare module '@authing/react-ui-components/components/_utils/countryList' {
|
|
2418
|
-
export interface
|
|
2419
|
-
[key: string]: string;
|
|
2420
|
-
}
|
|
2421
|
-
export const COUNTRY_LIST_ZH: List;
|
|
2422
|
-
export const COUNTRY_LIST_EN: List;
|
|
2423
|
-
export const Phone_List: List;
|
|
2424
|
-
export interface Iso {
|
|
2418
|
+
export interface IsoType {
|
|
2425
2419
|
iso: string;
|
|
2426
2420
|
regions: string;
|
|
2427
2421
|
regions_en: string;
|
|
2428
2422
|
phoneCountryCode: string;
|
|
2429
2423
|
}
|
|
2430
|
-
export const isoInfo:
|
|
2424
|
+
export const isoInfo: IsoType[];
|
|
2431
2425
|
|
|
2432
2426
|
}
|
|
2433
2427
|
declare module '@authing/react-ui-components/components/_utils/errorFace' {
|
|
@@ -2739,7 +2733,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2739
2733
|
|
|
2740
2734
|
}
|
|
2741
2735
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2742
|
-
const _default: "3.0.19-rc.
|
|
2736
|
+
const _default: "3.0.19-rc.5";
|
|
2743
2737
|
export default _default;
|
|
2744
2738
|
|
|
2745
2739
|
}
|