@authing/react-ui-components 3.0.4-rc.1 → 3.0.6

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 CHANGED
@@ -2151,6 +2151,7 @@ declare module '@authing/react-ui-components/components/Type/index' {
2151
2151
  lang: Lang;
2152
2152
  langRange: Lang[];
2153
2153
  host: string;
2154
+ isHost?: boolean;
2154
2155
  mode: GuardMode;
2155
2156
  clickCloseable: boolean;
2156
2157
  escCloseable: boolean;
@@ -2391,6 +2392,7 @@ declare module '@authing/react-ui-components/components/_utils/index' {
2391
2392
  value: string | string[] | qs.ParsedQs | qs.ParsedQs[] | undefined;
2392
2393
  }[];
2393
2394
  export const isWechatBrowser: () => boolean;
2395
+ export const isLarkBrowser: () => boolean;
2394
2396
  export const assembledAppHost: (identifier: string, host: string) => string;
2395
2397
  export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
2396
2398
  export enum PasswordStrength {
@@ -2540,7 +2542,7 @@ declare module '@authing/react-ui-components/components/version/index' {
2540
2542
 
2541
2543
  }
2542
2544
  declare module '@authing/react-ui-components/components/version/version' {
2543
- const _default: "3.0.4-rc.1";
2545
+ const _default: "3.0.6";
2544
2546
  export default _default;
2545
2547
 
2546
2548
  }