@authing/react-ui-components 3.0.31-rc.2 → 3.0.32-rc.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 +4 -4
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -2317,7 +2317,7 @@ declare module '@authing/react-ui-components/components/Type/index' {
|
|
|
2317
2317
|
PhoneCode = "phone-code"
|
|
2318
2318
|
}
|
|
2319
2319
|
export enum GuardPageSene {
|
|
2320
|
-
Global = "
|
|
2320
|
+
Global = "global"
|
|
2321
2321
|
}
|
|
2322
2322
|
export interface GuardPageConfig {
|
|
2323
2323
|
[GuardPageSene.Global]: {
|
|
@@ -2596,8 +2596,8 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
2596
2596
|
key: string;
|
|
2597
2597
|
value: string | string[] | qs.ParsedQs | qs.ParsedQs[] | undefined;
|
|
2598
2598
|
}[];
|
|
2599
|
-
export const isWechatBrowser: () => boolean;
|
|
2600
|
-
export const isLarkBrowser: () => boolean;
|
|
2599
|
+
export const isWechatBrowser: () => boolean | null;
|
|
2600
|
+
export const isLarkBrowser: () => boolean | null;
|
|
2601
2601
|
export const assembledAppHost: (identifier: string, host: string) => string;
|
|
2602
2602
|
export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
|
|
2603
2603
|
export enum PasswordStrength {
|
|
@@ -2767,7 +2767,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2767
2767
|
|
|
2768
2768
|
}
|
|
2769
2769
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2770
|
-
const _default: "3.0.
|
|
2770
|
+
const _default: "3.0.32-rc.0";
|
|
2771
2771
|
export default _default;
|
|
2772
2772
|
|
|
2773
2773
|
}
|