@authing/react-ui-components 3.1.17-rc.1 → 3.1.17-rc.4
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 +12 -2
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +3 -1
package/lib/index.d.ts
CHANGED
|
@@ -3128,7 +3128,17 @@ 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
|
|
3131
|
+
export const isChromeBrowser: () => boolean;
|
|
3132
|
+
export const isFirefoxBrowser: () => boolean;
|
|
3133
|
+
export const isSafariBrowser: () => boolean;
|
|
3134
|
+
export const isOperaBrowser: () => boolean;
|
|
3135
|
+
export const isIEBrowser: () => boolean;
|
|
3136
|
+
export const isEdgeBrowser: () => boolean;
|
|
3137
|
+
export const isWeiboBrowser: () => boolean | null;
|
|
3138
|
+
export const isAlipayBrowser: () => boolean | null;
|
|
3139
|
+
export const isBaiduBrowser: () => boolean | null;
|
|
3140
|
+
export const isMobile: () => boolean;
|
|
3141
|
+
export const isSpecialBrowser: () => boolean;
|
|
3132
3142
|
export const assembledAppHost: (identifier: string, host: string) => string;
|
|
3133
3143
|
export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
|
|
3134
3144
|
export enum PasswordStrength {
|
|
@@ -3345,7 +3355,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
3345
3355
|
|
|
3346
3356
|
}
|
|
3347
3357
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
3348
|
-
const _default: "3.1.17-rc.
|
|
3358
|
+
const _default: "3.1.17-rc.4";
|
|
3349
3359
|
export default _default;
|
|
3350
3360
|
|
|
3351
3361
|
}
|