@authing/react-ui-components 4.3.5-alpha.1 → 4.4.0-alpha.0

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