@authing/react-ui-components 4.0.7-rc.6 → 4.0.7-rc.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.0.7-rc.6",
3
+ "version": "4.0.7-rc.8",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -6,5 +6,5 @@ export declare const LngTextMapping: Record<Lang, {
6
6
  }>;
7
7
  export declare const ChangeLanguage: (props: {
8
8
  onLangChange?: ((lang: Lang) => void) | undefined;
9
- langRange?: string[] | undefined;
9
+ langRange?: Lang[] | undefined;
10
10
  }) => JSX.Element | null;
@@ -33,7 +33,7 @@ export interface IG2Config {
33
33
  title?: string;
34
34
  logo?: string;
35
35
  lang?: string;
36
- langRange?: string[];
36
+ langRange?: Lang[];
37
37
  host: string;
38
38
  isHost?: boolean;
39
39
  mode: GuardMode;
@@ -35,7 +35,7 @@ export declare const useFetchConsoleConfig: (forceUpdate: number, appId?: string
35
35
  title?: string | undefined;
36
36
  logo?: string | undefined;
37
37
  lang?: string | undefined;
38
- langRange?: string[] | undefined;
38
+ langRange?: import("../../Type").Lang[] | undefined;
39
39
  isHost?: boolean | undefined;
40
40
  mode: import("../../Type").GuardMode;
41
41
  clickCloseable: boolean;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.7-rc.6";
1
+ declare const _default: "4.0.7-rc.8";
2
2
  export default _default;