@intlayer/design-system 5.3.1 → 5.3.3

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.
Files changed (55) hide show
  1. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts +144 -0
  2. package/dist/components/Auth/ChangePasswordForm/changePasswordForm.content.d.ts.map +1 -1
  3. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts +144 -0
  4. package/dist/components/Auth/ChangePasswordForm/useChangePasswordSchema.content.d.ts.map +1 -1
  5. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts +108 -0
  6. package/dist/components/Auth/DefineNewPasswordForm/defineNewPasswordForm.content.d.ts.map +1 -1
  7. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts +108 -0
  8. package/dist/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.d.ts.map +1 -1
  9. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts +90 -0
  10. package/dist/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.d.ts.map +1 -1
  11. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts +126 -0
  12. package/dist/components/Auth/ResetPasswordForm/resetPasswordContent.content.d.ts.map +1 -1
  13. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts +54 -0
  14. package/dist/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.d.ts.map +1 -1
  15. package/dist/components/Auth/SignInForm/signIn.content.d.ts +234 -0
  16. package/dist/components/Auth/SignInForm/signIn.content.d.ts.map +1 -1
  17. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts +72 -0
  18. package/dist/components/Auth/SignInForm/useSignInSchema.content.d.ts.map +1 -1
  19. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts +198 -0
  20. package/dist/components/Auth/SignUpForm/signUpForm.content.d.ts.map +1 -1
  21. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts +126 -0
  22. package/dist/components/Auth/SignUpForm/useSignUpSchema.content.d.ts.map +1 -1
  23. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts +72 -0
  24. package/dist/components/Auth/VerifyEmailForm/index.content.d.ts.map +1 -1
  25. package/dist/components/Breadcrumb/breadcrumb.content.d.ts +18 -0
  26. package/dist/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  27. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +234 -0
  28. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  29. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +72 -0
  30. package/dist/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  31. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +303 -0
  32. package/dist/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  33. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +216 -0
  34. package/dist/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  35. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +270 -0
  36. package/dist/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  37. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +144 -0
  38. package/dist/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  39. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +72 -0
  40. package/dist/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  41. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +54 -0
  42. package/dist/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  43. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +36 -0
  44. package/dist/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  45. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +217 -0
  46. package/dist/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  47. package/dist/components/IDE/CopyButton.content.d.ts +18 -0
  48. package/dist/components/IDE/CopyButton.content.d.ts.map +1 -1
  49. package/dist/components/Loader/index.content.d.ts +15 -0
  50. package/dist/components/Loader/index.content.d.ts.map +1 -1
  51. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +144 -0
  52. package/dist/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  53. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +108 -0
  54. package/dist/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  55. package/package.json +18 -18
@@ -15,6 +15,24 @@ export declare const changePasswordSchemaContent: {
15
15
  hi: string;
16
16
  ar: string;
17
17
  ru: string;
18
+ }, {
19
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
20
+ } & {
21
+ translation: {
22
+ en: string;
23
+ 'en-GB': string;
24
+ fr: string;
25
+ es: string;
26
+ de: string;
27
+ ja: string;
28
+ ko: string;
29
+ zh: string;
30
+ it: string;
31
+ pt: string;
32
+ hi: string;
33
+ ar: string;
34
+ ru: string;
35
+ };
18
36
  }>;
19
37
  requiredErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
38
  en: string;
@@ -30,6 +48,24 @@ export declare const changePasswordSchemaContent: {
30
48
  hi: string;
31
49
  ar: string;
32
50
  ru: string;
51
+ }, {
52
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
53
+ } & {
54
+ translation: {
55
+ en: string;
56
+ 'en-GB': string;
57
+ fr: string;
58
+ es: string;
59
+ de: string;
60
+ ja: string;
61
+ ko: string;
62
+ zh: string;
63
+ it: string;
64
+ pt: string;
65
+ hi: string;
66
+ ar: string;
67
+ ru: string;
68
+ };
33
69
  }>;
34
70
  invalidTypeErrorNewPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ export declare const changePasswordSchemaContent: {
45
81
  hi: string;
46
82
  ar: string;
47
83
  ru: string;
84
+ }, {
85
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
86
+ } & {
87
+ translation: {
88
+ en: string;
89
+ 'en-GB': string;
90
+ fr: string;
91
+ es: string;
92
+ de: string;
93
+ ja: string;
94
+ ko: string;
95
+ zh: string;
96
+ it: string;
97
+ pt: string;
98
+ hi: string;
99
+ ar: string;
100
+ ru: string;
101
+ };
48
102
  }>;
49
103
  requiredErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
50
104
  en: string;
@@ -60,6 +114,24 @@ export declare const changePasswordSchemaContent: {
60
114
  hi: string;
61
115
  ar: string;
62
116
  ru: string;
117
+ }, {
118
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
119
+ } & {
120
+ translation: {
121
+ en: string;
122
+ 'en-GB': string;
123
+ fr: string;
124
+ es: string;
125
+ de: string;
126
+ ja: string;
127
+ ko: string;
128
+ zh: string;
129
+ it: string;
130
+ pt: string;
131
+ hi: string;
132
+ ar: string;
133
+ ru: string;
134
+ };
63
135
  }>;
64
136
  invalidTypeErrorNewPasswordConfirmation: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
65
137
  en: string;
@@ -75,6 +147,24 @@ export declare const changePasswordSchemaContent: {
75
147
  hi: string;
76
148
  ar: string;
77
149
  ru: string;
150
+ }, {
151
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
152
+ } & {
153
+ translation: {
154
+ en: string;
155
+ 'en-GB': string;
156
+ fr: string;
157
+ es: string;
158
+ de: string;
159
+ ja: string;
160
+ ko: string;
161
+ zh: string;
162
+ it: string;
163
+ pt: string;
164
+ hi: string;
165
+ ar: string;
166
+ ru: string;
167
+ };
78
168
  }>;
79
169
  passwordNotMatchError: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
80
170
  en: string;
@@ -90,6 +180,24 @@ export declare const changePasswordSchemaContent: {
90
180
  hi: string;
91
181
  ar: string;
92
182
  ru: string;
183
+ }, {
184
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
185
+ } & {
186
+ translation: {
187
+ en: string;
188
+ 'en-GB': string;
189
+ fr: string;
190
+ es: string;
191
+ de: string;
192
+ ja: string;
193
+ ko: string;
194
+ zh: string;
195
+ it: string;
196
+ pt: string;
197
+ hi: string;
198
+ ar: string;
199
+ ru: string;
200
+ };
93
201
  }>;
94
202
  };
95
203
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useDefineNewPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmGlB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"useDefineNewPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/DefineNewPasswordForm/useDefineNewPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmGlB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
@@ -15,6 +15,24 @@ export declare const externalsLoginButtonsContent: {
15
15
  ar: string;
16
16
  ru: string;
17
17
  'en-GB': string;
18
+ }, {
19
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
20
+ } & {
21
+ translation: {
22
+ en: string;
23
+ fr: string;
24
+ es: string;
25
+ de: string;
26
+ ja: string;
27
+ ko: string;
28
+ zh: string;
29
+ it: string;
30
+ pt: string;
31
+ hi: string;
32
+ ar: string;
33
+ ru: string;
34
+ 'en-GB': string;
35
+ };
18
36
  }>;
19
37
  github: {
20
38
  label: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
@@ -31,6 +49,24 @@ export declare const externalsLoginButtonsContent: {
31
49
  ar: string;
32
50
  ru: string;
33
51
  'en-GB': string;
52
+ }, {
53
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
54
+ } & {
55
+ translation: {
56
+ en: string;
57
+ fr: string;
58
+ es: string;
59
+ de: string;
60
+ ja: string;
61
+ ko: string;
62
+ zh: string;
63
+ it: string;
64
+ pt: string;
65
+ hi: string;
66
+ ar: string;
67
+ ru: string;
68
+ 'en-GB': string;
69
+ };
34
70
  }>;
35
71
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
36
72
  en: string;
@@ -46,6 +82,24 @@ export declare const externalsLoginButtonsContent: {
46
82
  ar: string;
47
83
  ru: string;
48
84
  'en-GB': string;
85
+ }, {
86
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
87
+ } & {
88
+ translation: {
89
+ en: string;
90
+ fr: string;
91
+ es: string;
92
+ de: string;
93
+ ja: string;
94
+ ko: string;
95
+ zh: string;
96
+ it: string;
97
+ pt: string;
98
+ hi: string;
99
+ ar: string;
100
+ ru: string;
101
+ 'en-GB': string;
102
+ };
49
103
  }>;
50
104
  };
51
105
  google: {
@@ -63,6 +117,24 @@ export declare const externalsLoginButtonsContent: {
63
117
  ar: string;
64
118
  ru: string;
65
119
  'en-GB': string;
120
+ }, {
121
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
122
+ } & {
123
+ translation: {
124
+ en: string;
125
+ fr: string;
126
+ es: string;
127
+ de: string;
128
+ ja: string;
129
+ ko: string;
130
+ zh: string;
131
+ it: string;
132
+ pt: string;
133
+ hi: string;
134
+ ar: string;
135
+ ru: string;
136
+ 'en-GB': string;
137
+ };
66
138
  }>;
67
139
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
68
140
  en: string;
@@ -78,6 +150,24 @@ export declare const externalsLoginButtonsContent: {
78
150
  ar: string;
79
151
  ru: string;
80
152
  'en-GB': string;
153
+ }, {
154
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
155
+ } & {
156
+ translation: {
157
+ en: string;
158
+ fr: string;
159
+ es: string;
160
+ de: string;
161
+ ja: string;
162
+ ko: string;
163
+ zh: string;
164
+ it: string;
165
+ pt: string;
166
+ hi: string;
167
+ ar: string;
168
+ ru: string;
169
+ 'en-GB': string;
170
+ };
81
171
  }>;
82
172
  };
83
173
  };
@@ -1 +1 @@
1
- {"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFnB,CAAC;AAEvB,eAAe,4BAA4B,CAAC"}
1
+ {"version":3,"file":"externalsLoginButtons.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ExternalsLoginButtons/externalsLoginButtons.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmFnB,CAAC;AAEvB,eAAe,4BAA4B,CAAC"}
@@ -16,6 +16,24 @@ export declare const resetPasswordContent: {
16
16
  hi: string;
17
17
  ar: string;
18
18
  ru: string;
19
+ }, {
20
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
21
+ } & {
22
+ translation: {
23
+ en: string;
24
+ fr: string;
25
+ es: string;
26
+ 'en-GB': string;
27
+ de: string;
28
+ ja: string;
29
+ ko: string;
30
+ zh: string;
31
+ it: string;
32
+ pt: string;
33
+ hi: string;
34
+ ar: string;
35
+ ru: string;
36
+ };
19
37
  }>;
20
38
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const resetPasswordContent: {
31
49
  hi: string;
32
50
  ar: string;
33
51
  ru: string;
52
+ }, {
53
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
54
+ } & {
55
+ translation: {
56
+ en: string;
57
+ fr: string;
58
+ es: string;
59
+ 'en-GB': string;
60
+ de: string;
61
+ ja: string;
62
+ ko: string;
63
+ zh: string;
64
+ it: string;
65
+ pt: string;
66
+ hi: string;
67
+ ar: string;
68
+ ru: string;
69
+ };
34
70
  }>;
35
71
  };
36
72
  sendRecoveryEmailButton: {
@@ -48,6 +84,24 @@ export declare const resetPasswordContent: {
48
84
  hi: string;
49
85
  ar: string;
50
86
  ru: string;
87
+ }, {
88
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
89
+ } & {
90
+ translation: {
91
+ en: string;
92
+ fr: string;
93
+ es: string;
94
+ 'en-GB': string;
95
+ de: string;
96
+ ja: string;
97
+ ko: string;
98
+ zh: string;
99
+ it: string;
100
+ pt: string;
101
+ hi: string;
102
+ ar: string;
103
+ ru: string;
104
+ };
51
105
  }>;
52
106
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ export declare const resetPasswordContent: {
63
117
  hi: string;
64
118
  ar: string;
65
119
  ru: string;
120
+ }, {
121
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
122
+ } & {
123
+ translation: {
124
+ en: string;
125
+ fr: string;
126
+ es: string;
127
+ 'en-GB': string;
128
+ de: string;
129
+ ja: string;
130
+ ko: string;
131
+ zh: string;
132
+ it: string;
133
+ pt: string;
134
+ hi: string;
135
+ ar: string;
136
+ ru: string;
137
+ };
66
138
  }>;
67
139
  };
68
140
  resendRecoveryEmailButton: {
@@ -80,6 +152,24 @@ export declare const resetPasswordContent: {
80
152
  hi: string;
81
153
  ar: string;
82
154
  ru: string;
155
+ }, {
156
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
157
+ } & {
158
+ translation: {
159
+ en: string;
160
+ fr: string;
161
+ es: string;
162
+ 'en-GB': string;
163
+ de: string;
164
+ ja: string;
165
+ ko: string;
166
+ zh: string;
167
+ it: string;
168
+ pt: string;
169
+ hi: string;
170
+ ar: string;
171
+ ru: string;
172
+ };
83
173
  }>;
84
174
  };
85
175
  resendInText: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
@@ -96,6 +186,24 @@ export declare const resetPasswordContent: {
96
186
  hi: string;
97
187
  ar: string;
98
188
  ru: string;
189
+ }, {
190
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
191
+ } & {
192
+ translation: {
193
+ en: string;
194
+ fr: string;
195
+ es: string;
196
+ 'en-GB': string;
197
+ de: string;
198
+ ja: string;
199
+ ko: string;
200
+ zh: string;
201
+ it: string;
202
+ pt: string;
203
+ hi: string;
204
+ ar: string;
205
+ ru: string;
206
+ };
99
207
  }>;
100
208
  backToLoginButton: {
101
209
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
@@ -112,6 +220,24 @@ export declare const resetPasswordContent: {
112
220
  hi: string;
113
221
  ar: string;
114
222
  ru: string;
223
+ }, {
224
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
225
+ } & {
226
+ translation: {
227
+ en: string;
228
+ fr: string;
229
+ es: string;
230
+ 'en-GB': string;
231
+ de: string;
232
+ ja: string;
233
+ ko: string;
234
+ zh: string;
235
+ it: string;
236
+ pt: string;
237
+ hi: string;
238
+ ar: string;
239
+ ru: string;
240
+ };
115
241
  }>;
116
242
  };
117
243
  };
@@ -1 +1 @@
1
- {"version":3,"file":"resetPasswordContent.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHX,CAAC"}
1
+ {"version":3,"file":"resetPasswordContent.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/resetPasswordContent.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHX,CAAC"}
@@ -15,6 +15,24 @@ export declare const useResetPasswordSchemaContent: {
15
15
  hi: string;
16
16
  ar: string;
17
17
  ru: string;
18
+ }, {
19
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
20
+ } & {
21
+ translation: {
22
+ en: string;
23
+ 'en-GB': string;
24
+ fr: string;
25
+ es: string;
26
+ de: string;
27
+ ja: string;
28
+ ko: string;
29
+ zh: string;
30
+ it: string;
31
+ pt: string;
32
+ hi: string;
33
+ ar: string;
34
+ ru: string;
35
+ };
18
36
  }>;
19
37
  invalidTypeErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
38
  en: string;
@@ -30,6 +48,24 @@ export declare const useResetPasswordSchemaContent: {
30
48
  hi: string;
31
49
  ar: string;
32
50
  ru: string;
51
+ }, {
52
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
53
+ } & {
54
+ translation: {
55
+ en: string;
56
+ 'en-GB': string;
57
+ fr: string;
58
+ es: string;
59
+ de: string;
60
+ ja: string;
61
+ ko: string;
62
+ zh: string;
63
+ it: string;
64
+ pt: string;
65
+ hi: string;
66
+ ar: string;
67
+ ru: string;
68
+ };
33
69
  }>;
34
70
  invalidLengthErrorEmail: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ export declare const useResetPasswordSchemaContent: {
45
81
  hi: string;
46
82
  ar: string;
47
83
  ru: string;
84
+ }, {
85
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
86
+ } & {
87
+ translation: {
88
+ en: string;
89
+ 'en-GB': string;
90
+ fr: string;
91
+ es: string;
92
+ de: string;
93
+ ja: string;
94
+ ko: string;
95
+ zh: string;
96
+ it: string;
97
+ pt: string;
98
+ hi: string;
99
+ ar: string;
100
+ ru: string;
101
+ };
48
102
  }>;
49
103
  };
50
104
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useResetPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDpB,CAAC;AAEvB,eAAe,6BAA6B,CAAC"}
1
+ {"version":3,"file":"useResetPasswordSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/ResetPasswordForm/useResetPasswordSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmDpB,CAAC;AAEvB,eAAe,6BAA6B,CAAC"}