@intlayer/design-system 5.3.1 → 5.3.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.
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 +20 -20
@@ -16,6 +16,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
25
+ fr: string;
26
+ es: 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
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
58
+ fr: string;
59
+ es: 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
  emailInput: {
@@ -48,6 +84,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
93
+ fr: string;
94
+ es: 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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
126
+ fr: string;
127
+ es: 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
  passwordInput: {
@@ -80,6 +152,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
161
+ fr: string;
162
+ es: 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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
85
175
  en: string;
@@ -95,6 +185,24 @@ export declare const signInContent: {
95
185
  hi: string;
96
186
  ar: string;
97
187
  ru: string;
188
+ }, {
189
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
190
+ } & {
191
+ translation: {
192
+ en: string;
193
+ 'en-GB': string;
194
+ fr: string;
195
+ es: string;
196
+ de: string;
197
+ ja: string;
198
+ ko: string;
199
+ zh: string;
200
+ it: string;
201
+ pt: string;
202
+ hi: string;
203
+ ar: string;
204
+ ru: string;
205
+ };
98
206
  }>;
99
207
  };
100
208
  loginButton: {
@@ -112,6 +220,24 @@ export declare const signInContent: {
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
+ 'en-GB': string;
229
+ fr: string;
230
+ es: 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
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
117
243
  en: string;
@@ -127,6 +253,24 @@ export declare const signInContent: {
127
253
  hi: string;
128
254
  ar: string;
129
255
  ru: string;
256
+ }, {
257
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
258
+ } & {
259
+ translation: {
260
+ en: string;
261
+ 'en-GB': string;
262
+ fr: string;
263
+ es: string;
264
+ de: string;
265
+ ja: string;
266
+ ko: string;
267
+ zh: string;
268
+ it: string;
269
+ pt: string;
270
+ hi: string;
271
+ ar: string;
272
+ ru: string;
273
+ };
130
274
  }>;
131
275
  };
132
276
  signInButton: {
@@ -144,6 +288,24 @@ export declare const signInContent: {
144
288
  hi: string;
145
289
  ar: string;
146
290
  ru: string;
291
+ }, {
292
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
293
+ } & {
294
+ translation: {
295
+ en: string;
296
+ 'en-GB': string;
297
+ fr: string;
298
+ es: string;
299
+ de: string;
300
+ ja: string;
301
+ ko: string;
302
+ zh: string;
303
+ it: string;
304
+ pt: string;
305
+ hi: string;
306
+ ar: string;
307
+ ru: string;
308
+ };
147
309
  }>;
148
310
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
149
311
  en: string;
@@ -159,6 +321,24 @@ export declare const signInContent: {
159
321
  hi: string;
160
322
  ar: string;
161
323
  ru: string;
324
+ }, {
325
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
326
+ } & {
327
+ translation: {
328
+ en: string;
329
+ 'en-GB': string;
330
+ fr: string;
331
+ es: string;
332
+ de: string;
333
+ ja: string;
334
+ ko: string;
335
+ zh: string;
336
+ it: string;
337
+ pt: string;
338
+ hi: string;
339
+ ar: string;
340
+ ru: string;
341
+ };
162
342
  }>;
163
343
  };
164
344
  signUpLink: {
@@ -176,6 +356,24 @@ export declare const signInContent: {
176
356
  hi: string;
177
357
  ar: string;
178
358
  ru: string;
359
+ }, {
360
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
361
+ } & {
362
+ translation: {
363
+ en: string;
364
+ 'en-GB': string;
365
+ fr: string;
366
+ es: string;
367
+ de: string;
368
+ ja: string;
369
+ ko: string;
370
+ zh: string;
371
+ it: string;
372
+ pt: string;
373
+ hi: string;
374
+ ar: string;
375
+ ru: string;
376
+ };
179
377
  }>;
180
378
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
181
379
  en: string;
@@ -191,6 +389,24 @@ export declare const signInContent: {
191
389
  hi: string;
192
390
  ar: string;
193
391
  ru: string;
392
+ }, {
393
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
394
+ } & {
395
+ translation: {
396
+ en: string;
397
+ 'en-GB': string;
398
+ fr: string;
399
+ es: string;
400
+ de: string;
401
+ ja: string;
402
+ ko: string;
403
+ zh: string;
404
+ it: string;
405
+ pt: string;
406
+ hi: string;
407
+ ar: string;
408
+ ru: string;
409
+ };
194
410
  }>;
195
411
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
196
412
  en: string;
@@ -206,6 +422,24 @@ export declare const signInContent: {
206
422
  hi: string;
207
423
  ar: string;
208
424
  ru: string;
425
+ }, {
426
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
427
+ } & {
428
+ translation: {
429
+ en: string;
430
+ 'en-GB': string;
431
+ fr: string;
432
+ es: string;
433
+ de: string;
434
+ ja: string;
435
+ ko: string;
436
+ zh: string;
437
+ it: string;
438
+ pt: string;
439
+ hi: string;
440
+ ar: string;
441
+ ru: string;
442
+ };
209
443
  }>;
210
444
  };
211
445
  };
@@ -1 +1 @@
1
- {"version":3,"file":"signIn.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/signIn.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmNJ,CAAC"}
1
+ {"version":3,"file":"signIn.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/signIn.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmNJ,CAAC"}
@@ -15,6 +15,24 @@ export declare const signInSchemaContent: {
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 signInSchemaContent: {
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
  requiredErrorPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ export declare const signInSchemaContent: {
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
  invalidTypeErrorPassword: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
50
104
  en: string;
@@ -60,6 +114,24 @@ export declare const signInSchemaContent: {
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
  };
65
137
  };
@@ -1 +1 @@
1
- {"version":3,"file":"useSignInSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEV,CAAC;AAEvB,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"useSignInSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/Auth/SignInForm/useSignInSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmEV,CAAC;AAEvB,eAAe,mBAAmB,CAAC"}
@@ -16,6 +16,24 @@ declare const content: {
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
+ 'en-GB': string;
25
+ fr: string;
26
+ es: 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 @@ declare const content: {
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
+ 'en-GB': string;
58
+ fr: string;
59
+ es: 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
  passwordInput: {
@@ -48,6 +84,24 @@ declare const content: {
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
+ 'en-GB': string;
93
+ fr: string;
94
+ es: 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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
53
107
  en: string;
@@ -63,6 +117,24 @@ declare const content: {
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
+ 'en-GB': string;
126
+ fr: string;
127
+ es: 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
  passwordConfirmationInput: {
@@ -80,6 +152,24 @@ declare const content: {
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
+ 'en-GB': string;
161
+ fr: string;
162
+ es: 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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
85
175
  en: string;
@@ -95,6 +185,24 @@ declare const content: {
95
185
  hi: string;
96
186
  ar: string;
97
187
  ru: string;
188
+ }, {
189
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
190
+ } & {
191
+ translation: {
192
+ en: string;
193
+ 'en-GB': string;
194
+ fr: string;
195
+ es: string;
196
+ de: string;
197
+ ja: string;
198
+ ko: string;
199
+ zh: string;
200
+ it: string;
201
+ pt: string;
202
+ hi: string;
203
+ ar: string;
204
+ ru: string;
205
+ };
98
206
  }>;
99
207
  };
100
208
  signUpButton: {
@@ -112,6 +220,24 @@ declare const content: {
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
+ 'en-GB': string;
229
+ fr: string;
230
+ es: 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
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
117
243
  en: string;
@@ -127,6 +253,24 @@ declare const content: {
127
253
  hi: string;
128
254
  ar: string;
129
255
  ru: string;
256
+ }, {
257
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
258
+ } & {
259
+ translation: {
260
+ en: string;
261
+ 'en-GB': string;
262
+ fr: string;
263
+ es: string;
264
+ de: string;
265
+ ja: string;
266
+ ko: string;
267
+ zh: string;
268
+ it: string;
269
+ pt: string;
270
+ hi: string;
271
+ ar: string;
272
+ ru: string;
273
+ };
130
274
  }>;
131
275
  };
132
276
  loginLink: {
@@ -144,6 +288,24 @@ declare const content: {
144
288
  hi: string;
145
289
  ar: string;
146
290
  ru: string;
291
+ }, {
292
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
293
+ } & {
294
+ translation: {
295
+ en: string;
296
+ 'en-GB': string;
297
+ fr: string;
298
+ es: string;
299
+ de: string;
300
+ ja: string;
301
+ ko: string;
302
+ zh: string;
303
+ it: string;
304
+ pt: string;
305
+ hi: string;
306
+ ar: string;
307
+ ru: string;
308
+ };
147
309
  }>;
148
310
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
149
311
  en: string;
@@ -159,6 +321,24 @@ declare const content: {
159
321
  hi: string;
160
322
  ar: string;
161
323
  ru: string;
324
+ }, {
325
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
326
+ } & {
327
+ translation: {
328
+ en: string;
329
+ 'en-GB': string;
330
+ fr: string;
331
+ es: string;
332
+ de: string;
333
+ ja: string;
334
+ ko: string;
335
+ zh: string;
336
+ it: string;
337
+ pt: string;
338
+ hi: string;
339
+ ar: string;
340
+ ru: string;
341
+ };
162
342
  }>;
163
343
  ariaLabel: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
164
344
  en: string;
@@ -174,6 +354,24 @@ declare const content: {
174
354
  hi: string;
175
355
  ar: string;
176
356
  ru: string;
357
+ }, {
358
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
359
+ } & {
360
+ translation: {
361
+ en: string;
362
+ 'en-GB': string;
363
+ fr: string;
364
+ es: string;
365
+ de: string;
366
+ ja: string;
367
+ ko: string;
368
+ zh: string;
369
+ it: string;
370
+ pt: string;
371
+ hi: string;
372
+ ar: string;
373
+ ru: string;
374
+ };
177
375
  }>;
178
376
  };
179
377
  };