@authing/react-ui-components 3.1.13-rc.1 → 3.1.13-rc.2

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 CHANGED
@@ -2590,8 +2590,8 @@ declare module '@authing/react-ui-components/components/Type/index' {
2590
2590
  export interface IG2Config {
2591
2591
  title?: string;
2592
2592
  logo?: string;
2593
- lang: Lang;
2594
- langRange: Lang[];
2593
+ lang: string;
2594
+ langRange: string[];
2595
2595
  host: string;
2596
2596
  isHost?: boolean;
2597
2597
  mode: GuardMode;
@@ -2746,8 +2746,8 @@ declare module '@authing/react-ui-components/components/_utils/config/index' {
2746
2746
  registerContext?: any;
2747
2747
  title?: string | undefined;
2748
2748
  logo?: string | undefined;
2749
- lang: import("@authing/react-ui-components/components/index").Lang;
2750
- langRange: import("@authing/react-ui-components/components/index").Lang[];
2749
+ lang: string;
2750
+ langRange: string[];
2751
2751
  isHost?: boolean | undefined;
2752
2752
  mode: import("@authing/react-ui-components/components/index").GuardMode;
2753
2753
  clickCloseable: boolean;
@@ -3108,7 +3108,7 @@ declare module '@authing/react-ui-components/components/_utils/locales/index' {
3108
3108
  import i18n from 'i18next';
3109
3109
  import { LocalesConfig, Lang } from '@authing/react-ui-components/components/AuthingGuard/types/index';
3110
3110
  export const changeLang: (lang: Lang) => void;
3111
- const initI18n: (localesConfig?: LocalesConfig, lang?: "zh-CN" | "en-US" | undefined) => void;
3111
+ const initI18n: (localesConfig?: LocalesConfig, lang?: string | undefined) => void;
3112
3112
  export { i18n, initI18n };
3113
3113
 
3114
3114
  }
@@ -3277,7 +3277,7 @@ declare module '@authing/react-ui-components/components/version/index' {
3277
3277
 
3278
3278
  }
3279
3279
  declare module '@authing/react-ui-components/components/version/version' {
3280
- const _default: "3.1.13-rc.1";
3280
+ const _default: "3.1.13-rc.2";
3281
3281
  export default _default;
3282
3282
 
3283
3283
  }