@authing/react-ui-components 3.1.2 → 3.1.3-rc.1
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 +8 -3
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2962,8 +2962,13 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
2962
2962
|
key: string;
|
|
2963
2963
|
value: string | string[] | qs.ParsedQs | qs.ParsedQs[] | undefined;
|
|
2964
2964
|
}[];
|
|
2965
|
-
export const isWeChatBrowser: () => boolean;
|
|
2966
|
-
export const isLarkBrowser: () => boolean;
|
|
2965
|
+
export const isWeChatBrowser: () => boolean | null;
|
|
2966
|
+
export const isLarkBrowser: () => boolean | null;
|
|
2967
|
+
export const isQtWebEngine: () => boolean | null;
|
|
2968
|
+
export const isXiaomiBrowser: () => boolean | null;
|
|
2969
|
+
export const isDingtalkBrowser: () => boolean | null;
|
|
2970
|
+
export const isQQBrowser: () => boolean | null;
|
|
2971
|
+
export const isSpecialBrowser: () => boolean | null;
|
|
2967
2972
|
export const assembledAppHost: (identifier: string, host: string) => string;
|
|
2968
2973
|
export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
|
|
2969
2974
|
export enum PasswordStrength {
|
|
@@ -3169,7 +3174,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3169
3174
|
|
|
3170
3175
|
}
|
|
3171
3176
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3172
|
-
const _default: "3.1.
|
|
3177
|
+
const _default: "3.1.3-rc.1";
|
|
3173
3178
|
export default _default;
|
|
3174
3179
|
|
|
3175
3180
|
}
|