@authing/react-ui-components 3.0.3-rc.5 → 3.0.4-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 +3 -1
- package/lib/index.min.css +1 -1
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -447,6 +447,7 @@ declare module '@authing/react-ui-components/components/AuthingGuard/api/appConf
|
|
|
447
447
|
extendsFieldsEnabled: boolean;
|
|
448
448
|
extendsFields: ExtendsField[];
|
|
449
449
|
identifier: string;
|
|
450
|
+
requestHostname: string;
|
|
450
451
|
identityProviders: {
|
|
451
452
|
identifier: string;
|
|
452
453
|
protocol: Protocol;
|
|
@@ -2391,6 +2392,7 @@ declare module '@authing/react-ui-components/components/_utils/index' {
|
|
|
2391
2392
|
}[];
|
|
2392
2393
|
export const isWechatBrowser: () => boolean;
|
|
2393
2394
|
export const assembledAppHost: (identifier: string, host: string) => string;
|
|
2395
|
+
export const assembledRequestHost: (requestHostname: string, configHost: string) => string;
|
|
2394
2396
|
export enum PasswordStrength {
|
|
2395
2397
|
NoCheck = 0,
|
|
2396
2398
|
Low = 1,
|
|
@@ -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.1";
|
|
2542
2544
|
export default _default;
|
|
2543
2545
|
|
|
2544
2546
|
}
|