@authing/react-ui-components 3.1.17-rc.2 → 3.1.17-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 CHANGED
@@ -3128,7 +3128,13 @@ declare module '@authing/react-ui-components/components/_utils/index' {
3128
3128
  export const isXiaomiBrowser: () => boolean | null;
3129
3129
  export const isDingtalkBrowser: () => boolean | null;
3130
3130
  export const isQQBrowser: () => boolean | null;
3131
- export const isSpecialBrowser: () => boolean | null;
3131
+ export const isEdgeBrowser: () => boolean;
3132
+ export const isWeiboBrowser: () => boolean | null;
3133
+ export const isAlipayBrowser: () => boolean | null;
3134
+ export const isBaiduBrowser: () => boolean | null;
3135
+ export const isWeComeBrowser: () => boolean;
3136
+ export const isMobile: () => RegExpMatchArray | null;
3137
+ export const isSpecialBrowser: () => boolean;
3132
3138
  export const assembledAppHost: (identifier: string, host: string) => string;
3133
3139
  export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
3134
3140
  export enum PasswordStrength {
@@ -3345,7 +3351,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3345
3351
 
3346
3352
  }
3347
3353
  declare module '@authing/react-ui-components/components/version/version' {
3348
- const _default: "3.1.17-rc.2";
3354
+ const _default: "3.1.17-rc.5";
3349
3355
  export default _default;
3350
3356
 
3351
3357
  }