@authing/react-ui-components 3.0.3-rc.4 → 3.0.4-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 +3 -1
- package/lib/index.min.js +1 -1
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -2150,6 +2150,7 @@ declare module '@authing/react-ui-components/components/Type/index' {
|
|
|
2150
2150
|
lang: Lang;
|
|
2151
2151
|
langRange: Lang[];
|
|
2152
2152
|
host: string;
|
|
2153
|
+
isHost?: boolean;
|
|
2153
2154
|
mode: GuardMode;
|
|
2154
2155
|
clickCloseable: boolean;
|
|
2155
2156
|
escCloseable: boolean;
|
|
@@ -2390,6 +2391,7 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
2390
2391
|
value: string | string[] | qs.ParsedQs | qs.ParsedQs[] | undefined;
|
|
2391
2392
|
}[];
|
|
2392
2393
|
export const isWechatBrowser: () => boolean;
|
|
2394
|
+
export const isLarkBrowser: () => boolean;
|
|
2393
2395
|
export const assembledAppHost: (identifier: string, host: string) => string;
|
|
2394
2396
|
export enum PasswordStrength {
|
|
2395
2397
|
NoCheck = 0,
|
|
@@ -2538,7 +2540,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2538
2540
|
|
|
2539
2541
|
}
|
|
2540
2542
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2541
|
-
const _default: "3.0.
|
|
2543
|
+
const _default: "3.0.4-rc.0";
|
|
2542
2544
|
export default _default;
|
|
2543
2545
|
|
|
2544
2546
|
}
|