@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
@@ -15,6 +15,24 @@ export declare const dictionaryFormSchemaContent: {
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
  invalidTypeErrorName: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
20
38
  en: string;
@@ -30,6 +48,24 @@ export declare const dictionaryFormSchemaContent: {
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
  requiredErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
35
71
  en: string;
@@ -45,6 +81,24 @@ export declare const dictionaryFormSchemaContent: {
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
  invalidTypeErrorProjectId: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
50
104
  en: string;
@@ -60,6 +114,24 @@ export declare const dictionaryFormSchemaContent: {
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":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"useDictionaryFormSchema.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmElB,CAAC;AAEvB,eAAe,2BAA2B,CAAC"}
@@ -16,6 +16,24 @@ export declare const dictionaryDetailsContent: {
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
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
21
39
  en: string;
@@ -31,6 +49,24 @@ export declare const dictionaryDetailsContent: {
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
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
36
72
  en: string;
@@ -46,6 +82,24 @@ export declare const dictionaryDetailsContent: {
46
82
  hi: string;
47
83
  ar: string;
48
84
  ru: string;
85
+ }, {
86
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
87
+ } & {
88
+ translation: {
89
+ en: string;
90
+ 'en-GB': string;
91
+ fr: string;
92
+ es: string;
93
+ de: string;
94
+ ja: string;
95
+ ko: string;
96
+ zh: string;
97
+ it: string;
98
+ pt: string;
99
+ hi: string;
100
+ ar: string;
101
+ ru: string;
102
+ };
49
103
  }>;
50
104
  };
51
105
  keyInput: {
@@ -63,6 +117,24 @@ export declare const dictionaryDetailsContent: {
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
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
68
140
  en: string;
@@ -78,6 +150,24 @@ export declare const dictionaryDetailsContent: {
78
150
  hi: string;
79
151
  ar: string;
80
152
  ru: string;
153
+ }, {
154
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
155
+ } & {
156
+ translation: {
157
+ en: string;
158
+ 'en-GB': string;
159
+ fr: string;
160
+ es: string;
161
+ de: string;
162
+ ja: string;
163
+ ko: string;
164
+ zh: string;
165
+ it: string;
166
+ pt: string;
167
+ hi: string;
168
+ ar: string;
169
+ ru: string;
170
+ };
81
171
  }>;
82
172
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
83
173
  en: string;
@@ -93,6 +183,24 @@ export declare const dictionaryDetailsContent: {
93
183
  hi: string;
94
184
  ar: string;
95
185
  ru: string;
186
+ }, {
187
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
188
+ } & {
189
+ translation: {
190
+ en: string;
191
+ 'en-GB': string;
192
+ fr: string;
193
+ es: string;
194
+ de: string;
195
+ ja: string;
196
+ ko: string;
197
+ zh: string;
198
+ it: string;
199
+ pt: string;
200
+ hi: string;
201
+ ar: string;
202
+ ru: string;
203
+ };
96
204
  }>;
97
205
  };
98
206
  descriptionInput: {
@@ -110,6 +218,24 @@ export declare const dictionaryDetailsContent: {
110
218
  hi: string;
111
219
  ar: string;
112
220
  ru: string;
221
+ }, {
222
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
223
+ } & {
224
+ translation: {
225
+ en: string;
226
+ 'en-GB': string;
227
+ fr: string;
228
+ es: string;
229
+ de: string;
230
+ ja: string;
231
+ ko: string;
232
+ zh: string;
233
+ it: string;
234
+ pt: string;
235
+ hi: string;
236
+ ar: string;
237
+ ru: string;
238
+ };
113
239
  }>;
114
240
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
115
241
  en: string;
@@ -125,6 +251,24 @@ export declare const dictionaryDetailsContent: {
125
251
  hi: string;
126
252
  ar: string;
127
253
  ru: string;
254
+ }, {
255
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
256
+ } & {
257
+ translation: {
258
+ en: string;
259
+ 'en-GB': string;
260
+ fr: string;
261
+ es: string;
262
+ de: string;
263
+ ja: string;
264
+ ko: string;
265
+ zh: string;
266
+ it: string;
267
+ pt: string;
268
+ hi: string;
269
+ ar: string;
270
+ ru: string;
271
+ };
128
272
  }>;
129
273
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
130
274
  en: string;
@@ -140,6 +284,24 @@ export declare const dictionaryDetailsContent: {
140
284
  hi: string;
141
285
  ar: string;
142
286
  ru: string;
287
+ }, {
288
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
289
+ } & {
290
+ translation: {
291
+ en: string;
292
+ 'en-GB': string;
293
+ fr: string;
294
+ es: string;
295
+ de: string;
296
+ ja: string;
297
+ ko: string;
298
+ zh: string;
299
+ it: string;
300
+ pt: string;
301
+ hi: string;
302
+ ar: string;
303
+ ru: string;
304
+ };
143
305
  }>;
144
306
  };
145
307
  projectInput: {
@@ -157,6 +319,24 @@ export declare const dictionaryDetailsContent: {
157
319
  hi: string;
158
320
  ar: string;
159
321
  ru: string;
322
+ }, {
323
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
324
+ } & {
325
+ translation: {
326
+ en: string;
327
+ 'en-GB': string;
328
+ fr: string;
329
+ es: string;
330
+ de: string;
331
+ ja: string;
332
+ ko: string;
333
+ zh: string;
334
+ it: string;
335
+ pt: string;
336
+ hi: string;
337
+ ar: string;
338
+ ru: string;
339
+ };
160
340
  }>;
161
341
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
162
342
  en: string;
@@ -172,6 +352,24 @@ export declare const dictionaryDetailsContent: {
172
352
  hi: string;
173
353
  ar: string;
174
354
  ru: string;
355
+ }, {
356
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
357
+ } & {
358
+ translation: {
359
+ en: string;
360
+ 'en-GB': string;
361
+ fr: string;
362
+ es: string;
363
+ de: string;
364
+ ja: string;
365
+ ko: string;
366
+ zh: string;
367
+ it: string;
368
+ pt: string;
369
+ hi: string;
370
+ ar: string;
371
+ ru: string;
372
+ };
175
373
  }>;
176
374
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
177
375
  en: string;
@@ -187,6 +385,24 @@ export declare const dictionaryDetailsContent: {
187
385
  hi: string;
188
386
  ar: string;
189
387
  ru: string;
388
+ }, {
389
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
390
+ } & {
391
+ translation: {
392
+ en: string;
393
+ 'en-GB': string;
394
+ fr: string;
395
+ es: string;
396
+ de: string;
397
+ ja: string;
398
+ ko: string;
399
+ zh: string;
400
+ it: string;
401
+ pt: string;
402
+ hi: string;
403
+ ar: string;
404
+ ru: string;
405
+ };
190
406
  }>;
191
407
  };
192
408
  tagsSelect: {
@@ -204,6 +420,24 @@ export declare const dictionaryDetailsContent: {
204
420
  hi: string;
205
421
  ar: string;
206
422
  ru: string;
423
+ }, {
424
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
425
+ } & {
426
+ translation: {
427
+ en: string;
428
+ 'en-GB': string;
429
+ fr: string;
430
+ es: string;
431
+ de: string;
432
+ ja: string;
433
+ ko: string;
434
+ zh: string;
435
+ it: string;
436
+ pt: string;
437
+ hi: string;
438
+ ar: string;
439
+ ru: string;
440
+ };
207
441
  }>;
208
442
  description: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
209
443
  en: string;
@@ -216,6 +450,21 @@ export declare const dictionaryDetailsContent: {
216
450
  zh: string;
217
451
  it: string;
218
452
  pt: string;
453
+ }, {
454
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
455
+ } & {
456
+ translation: {
457
+ en: string;
458
+ 'en-GB': string;
459
+ fr: string;
460
+ es: string;
461
+ de: string;
462
+ ja: string;
463
+ ko: string;
464
+ zh: string;
465
+ it: string;
466
+ pt: string;
467
+ };
219
468
  }>;
220
469
  placeholder: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
221
470
  en: string;
@@ -231,6 +480,24 @@ export declare const dictionaryDetailsContent: {
231
480
  hi: string;
232
481
  ar: string;
233
482
  ru: string;
483
+ }, {
484
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
485
+ } & {
486
+ translation: {
487
+ en: string;
488
+ 'en-GB': string;
489
+ fr: string;
490
+ es: string;
491
+ de: string;
492
+ ja: string;
493
+ ko: string;
494
+ zh: string;
495
+ it: string;
496
+ pt: string;
497
+ hi: string;
498
+ ar: string;
499
+ ru: string;
500
+ };
234
501
  }>;
235
502
  };
236
503
  auditButton: {
@@ -248,6 +515,24 @@ export declare const dictionaryDetailsContent: {
248
515
  hi: string;
249
516
  ar: string;
250
517
  ru: string;
518
+ }, {
519
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
520
+ } & {
521
+ translation: {
522
+ en: string;
523
+ fr: string;
524
+ es: string;
525
+ 'en-GB': string;
526
+ de: string;
527
+ ja: string;
528
+ ko: string;
529
+ zh: string;
530
+ it: string;
531
+ pt: string;
532
+ hi: string;
533
+ ar: string;
534
+ ru: string;
535
+ };
251
536
  }>;
252
537
  text: import('@intlayer/core').TypedNodeModel<import("@intlayer/core").NodeType.Translation, {
253
538
  en: string;
@@ -263,6 +548,24 @@ export declare const dictionaryDetailsContent: {
263
548
  hi: string;
264
549
  ar: string;
265
550
  ru: string;
551
+ }, {
552
+ nodeType: import("@intlayer/core").NodeType.Translation | "translation";
553
+ } & {
554
+ translation: {
555
+ en: string;
556
+ fr: string;
557
+ es: string;
558
+ 'en-GB': string;
559
+ de: string;
560
+ ja: string;
561
+ ko: string;
562
+ zh: string;
563
+ it: string;
564
+ pt: string;
565
+ hi: string;
566
+ ar: string;
567
+ ru: string;
568
+ };
266
569
  }>;
267
570
  };
268
571
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryDetails.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqRf,CAAC"}
1
+ {"version":3,"file":"dictionaryDetails.content.d.ts","sourceRoot":"","sources":["../../../../src/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqRf,CAAC"}