@authing/react-ui-components 4.3.5-alpha.0 → 4.3.5-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@authing/react-ui-components",
3
- "version": "4.3.5-alpha.0",
3
+ "version": "4.3.5-alpha.1",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -177,6 +177,14 @@ export interface TabFieldsI18nItem {
177
177
  [propName in Lang]?: string;
178
178
  };
179
179
  }
180
+ interface LoginTypeI18nProps {
181
+ tab: {
182
+ default: string;
183
+ i18n: {
184
+ [propName: string]: string;
185
+ };
186
+ };
187
+ }
180
188
  export interface ApplicationConfig {
181
189
  id: string;
182
190
  allowedOrigins: string[];
@@ -262,6 +270,12 @@ export interface ApplicationConfig {
262
270
  socialLoginBtns: boolean;
263
271
  userPasswordInput: boolean;
264
272
  wxMpScanTab: boolean;
273
+ loginMethodsI18nDisplaySettings: {
274
+ password?: LoginTypeI18nProps;
275
+ verifyCode?: LoginTypeI18nProps;
276
+ ad?: LoginTypeI18nProps;
277
+ ldap?: LoginTypeI18nProps;
278
+ };
265
279
  };
266
280
  protocol: Protocol;
267
281
  oidcConfig: OidcClientMetadata;
@@ -1,2 +1,2 @@
1
- declare const _default: "4.3.5-alpha.0";
1
+ declare const _default: "4.3.5-alpha.1";
2
2
  export default _default;