@authing/react-ui-components 3.0.31-rc.2 → 3.0.31-rc.3
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 +2 -2
- package/lib/index.min.js +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -2317,7 +2317,7 @@ declare module '@authing/react-ui-components/components/Type/index' {
|
|
|
2317
2317
|
PhoneCode = "phone-code"
|
|
2318
2318
|
}
|
|
2319
2319
|
export enum GuardPageSene {
|
|
2320
|
-
Global = "
|
|
2320
|
+
Global = "global"
|
|
2321
2321
|
}
|
|
2322
2322
|
export interface GuardPageConfig {
|
|
2323
2323
|
[GuardPageSene.Global]: {
|
|
@@ -2767,7 +2767,7 @@ declare module '@authing/react-ui-components/components/version/index' {
|
|
|
2767
2767
|
|
|
2768
2768
|
}
|
|
2769
2769
|
declare module '@authing/react-ui-components/components/version/version' {
|
|
2770
|
-
const _default: "3.0.31-rc.
|
|
2770
|
+
const _default: "3.0.31-rc.3";
|
|
2771
2771
|
export default _default;
|
|
2772
2772
|
|
|
2773
2773
|
}
|