@intlayer/design-system 8.4.8 → 8.4.10

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 (71) hide show
  1. package/dist/esm/components/DictionaryFieldEditor/NavigationView/NavigationViewNode.mjs +1 -1
  2. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs +5 -1
  3. package/dist/esm/components/MarkDownRender/MarkDownRender.mjs.map +1 -1
  4. package/dist/esm/components/Table/Table.mjs +40 -3
  5. package/dist/esm/components/Table/Table.mjs.map +1 -1
  6. package/dist/esm/hooks/useAuth/useOAuth2.mjs +1 -1
  7. package/dist/esm/hooks/useAuth/useSession.mjs +1 -1
  8. package/dist/esm/providers/ReactQueryProvider.mjs +8 -0
  9. package/dist/esm/providers/ReactQueryProvider.mjs.map +1 -1
  10. package/dist/types/components/Badge/index.d.ts +1 -1
  11. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts +2 -25
  12. package/dist/types/components/Breadcrumb/breadcrumb.content.d.ts.map +1 -1
  13. package/dist/types/components/Browser/Browser.content.d.ts +9 -193
  14. package/dist/types/components/Browser/Browser.content.d.ts.map +1 -1
  15. package/dist/types/components/Button/Button.d.ts +2 -2
  16. package/dist/types/components/Carousel/index.content.d.ts +3 -73
  17. package/dist/types/components/Carousel/index.content.d.ts.map +1 -1
  18. package/dist/types/components/CollapsibleTable/CollapsibleTable.d.ts +1 -1
  19. package/dist/types/components/Command/index.d.ts +2 -2
  20. package/dist/types/components/Container/index.d.ts +2 -2
  21. package/dist/types/components/CopyButton/CopyButton.content.d.ts +2 -25
  22. package/dist/types/components/CopyButton/CopyButton.content.d.ts.map +1 -1
  23. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts +13 -289
  24. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts.map +1 -1
  25. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts +5 -97
  26. package/dist/types/components/DictionaryFieldEditor/DictionaryCreationForm/useDictionaryFormSchema.content.d.ts.map +1 -1
  27. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts +28 -649
  28. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/dictionaryDetails.content.d.ts.map +1 -1
  29. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts +17 -385
  30. package/dist/types/components/DictionaryFieldEditor/DictionaryDetails/useDictionaryDetailsSchema.content.d.ts.map +1 -1
  31. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts +13 -289
  32. package/dist/types/components/DictionaryFieldEditor/NavigationView/navigationViewNode.content.d.ts.map +1 -1
  33. package/dist/types/components/DictionaryFieldEditor/NodeTypeSelector.d.ts +1 -1
  34. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts +17 -385
  35. package/dist/types/components/DictionaryFieldEditor/SaveForm/saveForm.content.d.ts.map +1 -1
  36. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts +5 -97
  37. package/dist/types/components/DictionaryFieldEditor/StructureView/structureView.content.d.ts.map +1 -1
  38. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts +4 -73
  39. package/dist/types/components/DictionaryFieldEditor/VersionSwitcherDropDown/versionSwitcherDropDown.content.d.ts.map +1 -1
  40. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts +3 -49
  41. package/dist/types/components/DictionaryFieldEditor/dictionaryFieldEditor.content.d.ts.map +1 -1
  42. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts +16 -361
  43. package/dist/types/components/DictionaryFieldEditor/nodeTypeSelector.content.d.ts.map +1 -1
  44. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts +2 -26
  45. package/dist/types/components/ExpandCollapse/expandCollapse.content.d.ts.map +1 -1
  46. package/dist/types/components/IDE/code.content.d.ts +3 -49
  47. package/dist/types/components/IDE/code.content.d.ts.map +1 -1
  48. package/dist/types/components/IDE/copyCode.content.d.ts +3 -49
  49. package/dist/types/components/IDE/copyCode.content.d.ts.map +1 -1
  50. package/dist/types/components/IDE/selectors.content.d.ts +7 -145
  51. package/dist/types/components/IDE/selectors.content.d.ts.map +1 -1
  52. package/dist/types/components/Input/Checkbox.d.ts +1 -1
  53. package/dist/types/components/Link/Link.d.ts +2 -2
  54. package/dist/types/components/Loader/index.content.d.ts +2 -25
  55. package/dist/types/components/Loader/index.content.d.ts.map +1 -1
  56. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts +9 -193
  57. package/dist/types/components/LocaleSwitcherContentDropDown/localeSwitcher.content.d.ts.map +1 -1
  58. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts +7 -145
  59. package/dist/types/components/LocaleSwitcherDropDown/localeSwitcher.content.d.ts.map +1 -1
  60. package/dist/types/components/Pagination/pagination.content.d.ts +5 -121
  61. package/dist/types/components/Pagination/pagination.content.d.ts.map +1 -1
  62. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts +3 -49
  63. package/dist/types/components/RightDrawer/rightDrawer.content.d.ts.map +1 -1
  64. package/dist/types/components/Table/Table.d.ts.map +1 -1
  65. package/dist/types/components/Table/table.content.d.ts +2 -25
  66. package/dist/types/components/Table/table.content.d.ts.map +1 -1
  67. package/dist/types/components/Tag/index.d.ts +1 -1
  68. package/dist/types/components/Terminal/terminal.content.d.ts +3 -49
  69. package/dist/types/components/Terminal/terminal.content.d.ts.map +1 -1
  70. package/dist/types/providers/ReactQueryProvider.d.ts.map +1 -1
  71. package/package.json +19 -19
@@ -1,11 +1,10 @@
1
- import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
2
1
  import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
3
2
 
4
3
  //#region src/components/Carousel/index.content.d.ts
5
4
  declare const carouselContent: {
6
5
  key: string;
7
6
  content: {
8
- goToSlide: _intlayer_core_transpiler0.InsertionContent<_intlayer_types_nodeType0.TypedNodeModel<"translation", {
7
+ goToSlide: _intlayer_core_transpiler0.InsertionContent<_intlayer_core_transpiler0.TranslationContent<unknown, {
9
8
  ar: string;
10
9
  de: string;
11
10
  en: string;
@@ -24,31 +23,8 @@ declare const carouselContent: {
24
23
  uk: string;
25
24
  vi: string;
26
25
  zh: string;
27
- }, {
28
- nodeType: "translation";
29
- } & {
30
- translation: {
31
- ar: string;
32
- de: string;
33
- en: string;
34
- 'en-GB': string;
35
- es: string;
36
- fr: string;
37
- hi: string;
38
- id: string;
39
- it: string;
40
- ja: string;
41
- ko: string;
42
- pl: string;
43
- pt: string;
44
- ru: string;
45
- tr: string;
46
- uk: string;
47
- vi: string;
48
- zh: string;
49
- };
50
26
  }>>;
51
- previousSlide: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
27
+ previousSlide: _intlayer_core_transpiler0.TranslationContent<unknown, {
52
28
  en: string;
53
29
  'en-GB': string;
54
30
  ru: string;
@@ -67,31 +43,8 @@ declare const carouselContent: {
67
43
  id: string;
68
44
  vi: string;
69
45
  uk: string;
70
- }, {
71
- nodeType: "translation";
72
- } & {
73
- translation: {
74
- en: string;
75
- 'en-GB': string;
76
- ru: string;
77
- ja: string;
78
- fr: string;
79
- ko: string;
80
- zh: string;
81
- es: string;
82
- de: string;
83
- ar: string;
84
- it: string;
85
- pt: string;
86
- hi: string;
87
- tr: string;
88
- pl: string;
89
- id: string;
90
- vi: string;
91
- uk: string;
92
- };
93
46
  }>;
94
- nextSlide: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
47
+ nextSlide: _intlayer_core_transpiler0.TranslationContent<unknown, {
95
48
  en: string;
96
49
  'en-GB': string;
97
50
  ru: string;
@@ -110,29 +63,6 @@ declare const carouselContent: {
110
63
  id: string;
111
64
  vi: string;
112
65
  uk: string;
113
- }, {
114
- nodeType: "translation";
115
- } & {
116
- translation: {
117
- en: string;
118
- 'en-GB': string;
119
- ru: string;
120
- ja: string;
121
- fr: string;
122
- ko: string;
123
- zh: string;
124
- es: string;
125
- de: string;
126
- ar: string;
127
- it: string;
128
- pt: string;
129
- hi: string;
130
- tr: string;
131
- pl: string;
132
- id: string;
133
- vi: string;
134
- uk: string;
135
- };
136
66
  }>;
137
67
  };
138
68
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.content.ts"],"mappings":";;;;cAEM,eAAA;;;2DAsEgB,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"index.content.d.ts","names":[],"sources":["../../../../src/components/Carousel/index.content.ts"],"mappings":";;;cAEM,eAAA;;;2DAsEgB,0BAAA,CAAA,kBAAA"}
@@ -5,7 +5,7 @@ import { VariantProps } from "class-variance-authority";
5
5
  //#region src/components/CollapsibleTable/CollapsibleTable.d.ts
6
6
  declare const collapsibleTableVariants: (props?: {
7
7
  size?: "sm" | "md" | "lg" | "xl" | "full";
8
- variant?: "default" | "dark" | "ghost" | "outlined";
8
+ variant?: "default" | "ghost" | "dark" | "outlined";
9
9
  spacing?: "sm" | "md" | "lg" | "none" | "auto";
10
10
  } & class_variance_authority_types0.ClassProp) => string;
11
11
  interface CollapsibleTableProps extends Omit<HTMLAttributes<HTMLElement>, 'title'>, VariantProps<typeof collapsibleTableVariants> {
@@ -29,7 +29,7 @@ declare const Command: {
29
29
  ref?: React.Ref<HTMLInputElement>;
30
30
  } & {
31
31
  asChild?: boolean;
32
- }, "key" | keyof react.InputHTMLAttributes<HTMLInputElement> | "asChild">, "onChange" | "value" | "type"> & {
32
+ }, "key" | "asChild" | keyof react.InputHTMLAttributes<HTMLInputElement>>, "onChange" | "type" | "value"> & {
33
33
  value?: string;
34
34
  onValueChange?: (search: string) => void;
35
35
  } & react.RefAttributes<HTMLInputElement>>;
@@ -73,7 +73,7 @@ declare const Command: {
73
73
  ref?: React.Ref<HTMLDivElement>;
74
74
  } & {
75
75
  asChild?: boolean;
76
- }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "disabled" | "onSelect" | "value"> & {
76
+ }, "key" | keyof HTMLAttributes<HTMLDivElement> | "asChild">, "onSelect" | "disabled" | "value"> & {
77
77
  disabled?: boolean;
78
78
  onSelect?: (value: string) => void;
79
79
  value?: string;
@@ -13,8 +13,8 @@ declare const containerVariants: (props?: {
13
13
  padding?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
14
14
  separator?: "both" | "without" | "x" | "y";
15
15
  border?: "none" | "with";
16
- borderColor?: "error" | "text" | "primary" | "secondary" | "neutral" | "card" | "success" | "warning";
17
- background?: "none" | "hoverable" | "with";
16
+ borderColor?: "error" | "success" | "text" | "primary" | "secondary" | "neutral" | "card" | "warning";
17
+ background?: "none" | "with" | "hoverable";
18
18
  gap?: "sm" | "md" | "lg" | "xl" | "2xl" | "none";
19
19
  } & class_variance_authority_types0.ClassProp) => string;
20
20
  /** Available rounded corner sizes for the container */
@@ -1,10 +1,10 @@
1
- import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
1
+ import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
2
2
 
3
3
  //#region src/components/CopyButton/CopyButton.content.d.ts
4
4
  declare const copyContentContent: {
5
5
  key: string;
6
6
  content: {
7
- label: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
7
+ label: _intlayer_core_transpiler0.TranslationContent<unknown, {
8
8
  en: string;
9
9
  fr: string;
10
10
  es: string;
@@ -23,29 +23,6 @@ declare const copyContentContent: {
23
23
  id: string;
24
24
  vi: string;
25
25
  uk: string;
26
- }, {
27
- nodeType: "translation";
28
- } & {
29
- translation: {
30
- en: string;
31
- fr: string;
32
- es: string;
33
- 'en-GB': string;
34
- de: string;
35
- ja: string;
36
- ko: string;
37
- zh: string;
38
- it: string;
39
- pt: string;
40
- hi: string;
41
- ar: string;
42
- ru: string;
43
- tr: string;
44
- pl: string;
45
- id: string;
46
- vi: string;
47
- uk: string;
48
- };
49
26
  }>;
50
27
  };
51
28
  title: string;
@@ -1 +1 @@
1
- {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"CopyButton.content.d.ts","names":[],"sources":["../../../../src/components/CopyButton/CopyButton.content.ts"],"mappings":";;;cAEa,kBAAA;;;WA4BS,0BAAA,CAAA,kBAAA"}
@@ -1,11 +1,11 @@
1
- import * as _intlayer_types_nodeType0 from "@intlayer/types/nodeType";
1
+ import * as _intlayer_core_transpiler0 from "@intlayer/core/transpiler";
2
2
 
3
3
  //#region src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.d.ts
4
4
  declare const dictionaryFormContent: {
5
5
  key: string;
6
6
  content: {
7
7
  keyInput: {
8
- label: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
8
+ label: _intlayer_core_transpiler0.TranslationContent<unknown, {
9
9
  en: string;
10
10
  'en-GB': string;
11
11
  fr: string;
@@ -24,31 +24,8 @@ declare const dictionaryFormContent: {
24
24
  id: string;
25
25
  vi: string;
26
26
  uk: string;
27
- }, {
28
- nodeType: "translation";
29
- } & {
30
- translation: {
31
- en: string;
32
- 'en-GB': string;
33
- fr: string;
34
- es: string;
35
- de: string;
36
- ja: string;
37
- ko: string;
38
- zh: string;
39
- it: string;
40
- pt: string;
41
- hi: string;
42
- ar: string;
43
- ru: string;
44
- tr: string;
45
- pl: string;
46
- id: string;
47
- vi: string;
48
- uk: string;
49
- };
50
27
  }>;
51
- placeholder: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
28
+ placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
52
29
  en: string;
53
30
  'en-GB': string;
54
31
  fr: string;
@@ -67,33 +44,10 @@ declare const dictionaryFormContent: {
67
44
  id: string;
68
45
  vi: string;
69
46
  uk: string;
70
- }, {
71
- nodeType: "translation";
72
- } & {
73
- translation: {
74
- en: string;
75
- 'en-GB': string;
76
- fr: string;
77
- es: string;
78
- de: string;
79
- ja: string;
80
- ko: string;
81
- zh: string;
82
- it: string;
83
- pt: string;
84
- hi: string;
85
- ar: string;
86
- ru: string;
87
- tr: string;
88
- pl: string;
89
- id: string;
90
- vi: string;
91
- uk: string;
92
- };
93
47
  }>;
94
48
  };
95
49
  projectInput: {
96
- label: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
50
+ label: _intlayer_core_transpiler0.TranslationContent<unknown, {
97
51
  en: string;
98
52
  'en-GB': string;
99
53
  fr: string;
@@ -112,31 +66,8 @@ declare const dictionaryFormContent: {
112
66
  id: string;
113
67
  vi: string;
114
68
  uk: string;
115
- }, {
116
- nodeType: "translation";
117
- } & {
118
- translation: {
119
- en: string;
120
- 'en-GB': string;
121
- fr: string;
122
- es: string;
123
- de: string;
124
- ja: string;
125
- ko: string;
126
- zh: string;
127
- it: string;
128
- pt: string;
129
- hi: string;
130
- ar: string;
131
- ru: string;
132
- tr: string;
133
- pl: string;
134
- id: string;
135
- vi: string;
136
- uk: string;
137
- };
138
69
  }>;
139
- placeholder: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
70
+ placeholder: _intlayer_core_transpiler0.TranslationContent<unknown, {
140
71
  en: string;
141
72
  'en-GB': string;
142
73
  fr: string;
@@ -155,33 +86,10 @@ declare const dictionaryFormContent: {
155
86
  id: string;
156
87
  vi: string;
157
88
  uk: string;
158
- }, {
159
- nodeType: "translation";
160
- } & {
161
- translation: {
162
- en: string;
163
- 'en-GB': string;
164
- fr: string;
165
- es: string;
166
- de: string;
167
- ja: string;
168
- ko: string;
169
- zh: string;
170
- it: string;
171
- pt: string;
172
- hi: string;
173
- ar: string;
174
- ru: string;
175
- tr: string;
176
- pl: string;
177
- id: string;
178
- vi: string;
179
- uk: string;
180
- };
181
89
  }>;
182
90
  };
183
91
  noDictionaryView: {
184
- title: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
92
+ title: _intlayer_core_transpiler0.TranslationContent<unknown, {
185
93
  en: string;
186
94
  'en-GB': string;
187
95
  fr: string;
@@ -200,31 +108,8 @@ declare const dictionaryFormContent: {
200
108
  id: string;
201
109
  vi: string;
202
110
  uk: string;
203
- }, {
204
- nodeType: "translation";
205
- } & {
206
- translation: {
207
- en: string;
208
- 'en-GB': string;
209
- fr: string;
210
- es: string;
211
- de: string;
212
- ja: string;
213
- ko: string;
214
- zh: string;
215
- it: string;
216
- pt: string;
217
- hi: string;
218
- ar: string;
219
- ru: string;
220
- tr: string;
221
- pl: string;
222
- id: string;
223
- vi: string;
224
- uk: string;
225
- };
226
111
  }>;
227
- description: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
112
+ description: _intlayer_core_transpiler0.TranslationContent<unknown, {
228
113
  en: string;
229
114
  'en-GB': string;
230
115
  fr: string;
@@ -243,32 +128,9 @@ declare const dictionaryFormContent: {
243
128
  id: string;
244
129
  vi: string;
245
130
  uk: string;
246
- }, {
247
- nodeType: "translation";
248
- } & {
249
- translation: {
250
- en: string;
251
- 'en-GB': string;
252
- fr: string;
253
- es: string;
254
- de: string;
255
- ja: string;
256
- ko: string;
257
- zh: string;
258
- it: string;
259
- pt: string;
260
- hi: string;
261
- ar: string;
262
- ru: string;
263
- tr: string;
264
- pl: string;
265
- id: string;
266
- vi: string;
267
- uk: string;
268
- };
269
131
  }>;
270
132
  };
271
- createDictionaryTitle: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
133
+ createDictionaryTitle: _intlayer_core_transpiler0.TranslationContent<unknown, {
272
134
  en: string;
273
135
  'en-GB': string;
274
136
  fr: string;
@@ -287,31 +149,8 @@ declare const dictionaryFormContent: {
287
149
  id: string;
288
150
  vi: string;
289
151
  uk: string;
290
- }, {
291
- nodeType: "translation";
292
- } & {
293
- translation: {
294
- en: string;
295
- 'en-GB': string;
296
- fr: string;
297
- es: string;
298
- de: string;
299
- ja: string;
300
- ko: string;
301
- zh: string;
302
- it: string;
303
- pt: string;
304
- hi: string;
305
- ar: string;
306
- ru: string;
307
- tr: string;
308
- pl: string;
309
- id: string;
310
- vi: string;
311
- uk: string;
312
- };
313
152
  }>;
314
- createDictionaryDescription: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
153
+ createDictionaryDescription: _intlayer_core_transpiler0.TranslationContent<unknown, {
315
154
  en: string;
316
155
  'en-GB': string;
317
156
  fr: string;
@@ -330,32 +169,9 @@ declare const dictionaryFormContent: {
330
169
  id: string;
331
170
  vi: string;
332
171
  uk: string;
333
- }, {
334
- nodeType: "translation";
335
- } & {
336
- translation: {
337
- en: string;
338
- 'en-GB': string;
339
- fr: string;
340
- es: string;
341
- de: string;
342
- ja: string;
343
- ko: string;
344
- zh: string;
345
- it: string;
346
- pt: string;
347
- hi: string;
348
- ar: string;
349
- ru: string;
350
- tr: string;
351
- pl: string;
352
- id: string;
353
- vi: string;
354
- uk: string;
355
- };
356
172
  }>;
357
173
  createDictionaryButton: {
358
- text: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
174
+ text: _intlayer_core_transpiler0.TranslationContent<unknown, {
359
175
  en: string;
360
176
  'en-GB': string;
361
177
  fr: string;
@@ -374,31 +190,8 @@ declare const dictionaryFormContent: {
374
190
  id: string;
375
191
  vi: string;
376
192
  uk: string;
377
- }, {
378
- nodeType: "translation";
379
- } & {
380
- translation: {
381
- en: string;
382
- 'en-GB': string;
383
- fr: string;
384
- es: string;
385
- de: string;
386
- ja: string;
387
- ko: string;
388
- zh: string;
389
- it: string;
390
- pt: string;
391
- hi: string;
392
- ar: string;
393
- ru: string;
394
- tr: string;
395
- pl: string;
396
- id: string;
397
- vi: string;
398
- uk: string;
399
- };
400
193
  }>;
401
- ariaLabel: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
194
+ ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
402
195
  en: string;
403
196
  'en-GB': string;
404
197
  fr: string;
@@ -417,33 +210,10 @@ declare const dictionaryFormContent: {
417
210
  id: string;
418
211
  vi: string;
419
212
  uk: string;
420
- }, {
421
- nodeType: "translation";
422
- } & {
423
- translation: {
424
- en: string;
425
- 'en-GB': string;
426
- fr: string;
427
- es: string;
428
- de: string;
429
- ja: string;
430
- ko: string;
431
- zh: string;
432
- it: string;
433
- pt: string;
434
- hi: string;
435
- ar: string;
436
- ru: string;
437
- tr: string;
438
- pl: string;
439
- id: string;
440
- vi: string;
441
- uk: string;
442
- };
443
213
  }>;
444
214
  };
445
215
  editButton: {
446
- text: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
216
+ text: _intlayer_core_transpiler0.TranslationContent<unknown, {
447
217
  en: string;
448
218
  'en-GB': string;
449
219
  fr: string;
@@ -462,31 +232,8 @@ declare const dictionaryFormContent: {
462
232
  id: string;
463
233
  vi: string;
464
234
  uk: string;
465
- }, {
466
- nodeType: "translation";
467
- } & {
468
- translation: {
469
- en: string;
470
- 'en-GB': string;
471
- fr: string;
472
- es: string;
473
- de: string;
474
- ja: string;
475
- ko: string;
476
- zh: string;
477
- it: string;
478
- pt: string;
479
- hi: string;
480
- ar: string;
481
- ru: string;
482
- tr: string;
483
- pl: string;
484
- id: string;
485
- vi: string;
486
- uk: string;
487
- };
488
235
  }>;
489
- ariaLabel: _intlayer_types_nodeType0.TypedNodeModel<"translation", {
236
+ ariaLabel: _intlayer_core_transpiler0.TranslationContent<unknown, {
490
237
  en: string;
491
238
  'en-GB': string;
492
239
  fr: string;
@@ -505,29 +252,6 @@ declare const dictionaryFormContent: {
505
252
  id: string;
506
253
  vi: string;
507
254
  uk: string;
508
- }, {
509
- nodeType: "translation";
510
- } & {
511
- translation: {
512
- en: string;
513
- 'en-GB': string;
514
- fr: string;
515
- es: string;
516
- de: string;
517
- ja: string;
518
- ko: string;
519
- zh: string;
520
- it: string;
521
- pt: string;
522
- hi: string;
523
- ar: string;
524
- ru: string;
525
- tr: string;
526
- pl: string;
527
- id: string;
528
- vi: string;
529
- uk: string;
530
- };
531
255
  }>;
532
256
  };
533
257
  };
@@ -1 +1 @@
1
- {"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,yBAAA,CAAA,cAAA"}
1
+ {"version":3,"file":"dictionaryCreationForm.content.d.ts","names":[],"sources":["../../../../../src/components/DictionaryFieldEditor/DictionaryCreationForm/dictionaryCreationForm.content.ts"],"mappings":";;;cAEa,qBAAA;;;;aAyQS,0BAAA,CAAA,kBAAA"}