@authing/react-ui-components 4.0.0-rc.5 → 4.0.0-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.0-rc.5",
3
+ "version": "4.0.0-rc.8",
4
4
  "private": false,
5
5
  "main": "lib/index.min.js",
6
6
  "typings": "types/index.d.ts",
@@ -208,6 +208,12 @@ export interface ApplicationConfig {
208
208
  complateFiledsPlace: ComplateFiledsPlace[];
209
209
  extendsFieldsEnabled: boolean;
210
210
  extendsFields: ExtendsField[];
211
+ extendsFieldsI18n?: {
212
+ [key: string]: Record<Lang, {
213
+ enabled: boolean;
214
+ value: string;
215
+ }>;
216
+ };
211
217
  identifier: string;
212
218
  requestHostname: string;
213
219
  identityProviders: {
@@ -1,2 +1,2 @@
1
- declare const _default: "4.0.0-rc.5";
1
+ declare const _default: "4.0.0-rc.8";
2
2
  export default _default;