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